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 d0a408b commit 0765227Copy full SHA for 0765227
sentry-ktor/src/main/java/io/sentry/ktor/SentryKtorClientPlugin.kt
@@ -63,7 +63,10 @@ public class SentryKtorClientPluginConfig {
63
public fun execute(span: ISpan, request: HttpRequest): ISpan?
64
}
65
66
- /** Forcefully use the passed in scope. Used for testing. */
+ /**
67
+ * Forcefully use the passed in scope instead of relying on the one injected by [SentryContext].
68
+ * Used for testing.
69
+ */
70
internal var forceScopes: Boolean = false
71
72
0 commit comments