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 e46efe8 commit 5231140Copy full SHA for 5231140
sentry/src/test/java/io/sentry/HubAdapterTest.kt
@@ -19,6 +19,11 @@ class HubAdapterTest {
19
20
@BeforeTest
21
fun `set up`() {
22
+ Sentry.init(
23
+ SentryOptions().apply {
24
+ dsn = "https://key@localhost/proj"
25
+ }
26
+ )
27
Sentry.setCurrentScopes(scopes)
28
}
29
sentry/src/test/java/io/sentry/ScopesAdapterTest.kt
@@ -19,6 +19,11 @@ class ScopesAdapterTest {
0 commit comments