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 5382d70 commit 3c650ddCopy full SHA for 3c650dd
sentry-ktor-client/src/main/java/io/sentry/ktorClient/SentryKtorClientPlugin.kt
@@ -81,7 +81,7 @@ public val SentryKtorClientPlugin: ClientPlugin<SentryKtorClientPluginConfig> =
81
// Init
82
SentryIntegrationPackageStorage.getInstance()
83
.addPackage("maven:io.sentry:sentry-ktor-client", BuildConfig.VERSION_NAME)
84
- addIntegrationToSdkVersion("Ktor")
+ addIntegrationToSdkVersion("KtorClient")
85
86
// Options
87
val scopes = pluginConfig.scopes
0 commit comments