mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/3186: Add environment to Sentry reports (https://github.com/mozilla-mobile/fenix/pull/3261)
This commit is contained in:
parent
f96d43809b
commit
db956e2445
@ -39,6 +39,7 @@ class Analytics(
|
|||||||
context,
|
context,
|
||||||
BuildConfig.SENTRY_TOKEN,
|
BuildConfig.SENTRY_TOKEN,
|
||||||
tags = mapOf("geckoview" to "$MOZ_APP_VERSION-$MOZ_APP_BUILDID"),
|
tags = mapOf("geckoview" to "$MOZ_APP_VERSION-$MOZ_APP_BUILDID"),
|
||||||
|
environment = BuildConfig.BUILD_TYPE,
|
||||||
sendEventForNativeCrashes = true
|
sendEventForNativeCrashes = true
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user