1
0
Fork 0

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

master
Roger Yang 2020-05-28 10:42:05 -04:00 committed by GitHub
parent 7974a5c77c
commit 6cef0edd5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()
)