Enable Sentry in the SDK: add SDK Sentry DSN value
This is provided to the SDK in `PlatformInitializer`.
This commit is contained in:
parent
fbaedd017e
commit
53ab38d990
6 changed files with 16 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ package io.element.android.services.analyticsproviders.sentry
|
|||
object SentryConfig {
|
||||
const val NAME = "Sentry"
|
||||
const val DSN = BuildConfig.SENTRY_DSN
|
||||
const val SDK_DSN = BuildConfig.SDK_SENTRY_DSN
|
||||
const val ENV_DEBUG = "DEBUG"
|
||||
const val ENV_NIGHTLY = "NIGHTLY"
|
||||
const val ENV_RELEASE = "RELEASE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue