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 b20ccf8b63
commit 883397e9dc
6 changed files with 16 additions and 1 deletions

View file

@ -14,4 +14,5 @@ data class TracingConfiguration(
val traceLogPacks: Set<TraceLogPack>,
val writesToLogcat: Boolean,
val writesToFilesConfiguration: WriteToFilesConfiguration,
val sdkSentryDsn: String?,
)