Enable Sentry in the SDK: add SDK Sentry DSN value
This is provided to the SDK in `PlatformInitializer`.
This commit is contained in:
committed by
Jorge Martin Espinosa
parent
fbaedd017e
commit
53ab38d990
@@ -29,6 +29,7 @@ object BuildTimeConfig {
|
||||
val SERVICES_POSTHOG_HOST: String? = null
|
||||
val SERVICES_POSTHOG_APIKEY: String? = null
|
||||
val SERVICES_SENTRY_DSN: String? = null
|
||||
val SERVICES_SENTRY_SDK_DSN: String? = null
|
||||
val BUG_REPORT_URL: String? = null
|
||||
val BUG_REPORT_APP_NAME: String? = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user