From 88ec2903103bfa00a7a67519e8fd9600483d93b9 Mon Sep 17 00:00:00 2001 From: Lorenzo Cian Date: Fri, 1 Aug 2025 13:34:05 +0200 Subject: [PATCH] Add `sentry-ktor-client` to `.craft.yml` Adds the new module to `.craft.yml`. Comes after https://github.com/getsentry/sentry-release-registry/pull/204 #skip-changelog --- .craft.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.craft.yml b/.craft.yml index c23f88a66c1..5ef48b18d40 100644 --- a/.craft.yml +++ b/.craft.yml @@ -59,3 +59,4 @@ targets: maven:io.sentry:sentry-android-replay: maven:io.sentry:sentry-apollo-4: maven:io.sentry:sentry-reactor: + maven:io.sentry:sentry-ktor-client: