Skip to content

Commit 3c650dd

Browse files
committed
name
1 parent 5382d70 commit 3c650dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public val SentryKtorClientPlugin: ClientPlugin<SentryKtorClientPluginConfig> =
8181
// Init
8282
SentryIntegrationPackageStorage.getInstance()
8383
.addPackage("maven:io.sentry:sentry-ktor-client", BuildConfig.VERSION_NAME)
84-
addIntegrationToSdkVersion("Ktor")
84+
addIntegrationToSdkVersion("KtorClient")
8585

8686
// Options
8787
val scopes = pluginConfig.scopes

0 commit comments

Comments
 (0)