We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea48169 commit 2ab706aCopy full SHA for 2ab706a
1 file changed
sentry-android-replay/src/test/java/io/sentry/android/replay/ReplaySmokeTest.kt
@@ -60,11 +60,7 @@ class ReplaySmokeTest {
60
@get:Rule val tmpDir = TemporaryFolder()
61
62
internal class Fixture {
63
- val options =
64
- SentryOptions().apply {
65
- setLogger(SystemOutLogger())
66
- isDebug = true
67
- }
+ val options = SentryOptions()
68
val scope = Scope(options)
69
val scopes =
70
mock<IScopes> {
0 commit comments