1
0
Fork 0

For #3186: Add environment to Sentry reports (#3261)

master
Colin Lee 2019-06-10 10:55:39 -05:00 committed by GitHub
parent 38c7dec9ce
commit f7b5fc3e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class Analytics(
context,
BuildConfig.SENTRY_TOKEN,
tags = mapOf("geckoview" to "$MOZ_APP_VERSION-$MOZ_APP_BUILDID"),
environment = BuildConfig.BUILD_TYPE,
sendEventForNativeCrashes = true
)