Fix: use the right BuildTimeConfig field for the SDK DSN

We were using `SERVICES_SENTRY_SDK_DSN`, but the enterprise template uses `SERVICES_SENTRY_DSN_RUST`
This commit is contained in:
Jorge Martín
2025-12-04 16:35:49 +01:00
committed by Jorge Martin Espinosa
parent a5c889ff40
commit 9e997a2fa6
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +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 SERVICES_SENTRY_DSN_RUST: String? = null
val BUG_REPORT_URL: String? = null
val BUG_REPORT_APP_NAME: String? = null