From 961f3b5a0935465e6464e4c2e25c809663d17d88 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Wed, 23 Oct 2024 16:27:03 +0200 Subject: [PATCH] update --- .../kotlin/io/sentry/kotlin/multiplatform/SentryOptions.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform/SentryOptions.kt b/sentry-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform/SentryOptions.kt index bdc9baee..a76ecb7b 100644 --- a/sentry-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform/SentryOptions.kt +++ b/sentry-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform/SentryOptions.kt @@ -70,7 +70,7 @@ public open class SentryOptions { /** Information about the Sentry SDK that generated this event. */ public var sdk: SdkVersion? = null - /** Sets the minimum LogLevel if null, it uses the default min. Default is [SentryLevel.DEBUG] */ + /** Sets the minimum log level. Default is [SentryLevel.DEBUG] */ public var diagnosticLevel: SentryLevel = SentryLevel.DEBUG /** This variable controls the total amount of breadcrumbs that should be captured. Default is 100. */