Enable Sentry in the SDK: add SDK Sentry DSN value

This is provided to the SDK in `PlatformInitializer`.
This commit is contained in:
Jorge Martín
2025-11-21 10:13:47 +01:00
committed by Jorge Martin Espinosa
parent fbaedd017e
commit 53ab38d990
6 changed files with 16 additions and 1 deletions

View File

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