Closes #10980: Stop sending native crashes to Sentry (#10982)

fennec/production
Roger Yang 4 years ago committed by GitHub
parent 7974a5c77c
commit 6cef0edd5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ class Analytics(
BuildConfig.SENTRY_TOKEN,
tags = mapOf("geckoview" to "$MOZ_APP_VERSION-$MOZ_APP_BUILDID"),
environment = BuildConfig.BUILD_TYPE,
sendEventForNativeCrashes = true,
sendEventForNativeCrashes = false, // Do not send native crashes to Sentry
sentryProjectUrl = getSentryProjectUrl()
)

Loading…
Cancel
Save