Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Oct 22, 2024
1 parent 91f4430 commit fb7fd88
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package io.sentry.kotlin.multiplatform

import io.sentry.android.core.SentryAndroidOptions
import io.sentry.kotlin.multiplatform.extensions.toAndroidSentryOptionsCallback
import io.sentry.kotlin.multiplatform.extensions.toKmpSentryLevel
import io.sentry.kotlin.multiplatform.utils.fakeDsn
import kotlin.test.assertContains
import kotlin.test.assertEquals
Expand Down Expand Up @@ -30,6 +31,9 @@ class SentryAndroidOptionsWrapper(private val androidOptions: SentryAndroidOptio
override val debug: Boolean
get() = androidOptions.isDebug

override val diagnosticLevel: SentryLevel
get() = androidOptions.diagnosticLevel.toKmpSentryLevel()!!

override val environment: String?
get() = androidOptions.environment

Expand Down

0 comments on commit fb7fd88

Please sign in to comment.