Skip to content

Commit 0765227

Browse files
committed
improve
1 parent d0a408b commit 0765227

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sentry-ktor/src/main/java/io/sentry/ktor/SentryKtorClientPlugin.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ public class SentryKtorClientPluginConfig {
6363
public fun execute(span: ISpan, request: HttpRequest): ISpan?
6464
}
6565

66-
/** Forcefully use the passed in scope. Used for testing. */
66+
/**
67+
* Forcefully use the passed in scope instead of relying on the one injected by [SentryContext].
68+
* Used for testing.
69+
*/
6770
internal var forceScopes: Boolean = false
6871
}
6972

0 commit comments

Comments
 (0)