Skip to content

Commit 55f4f2b

Browse files
committed
fix(distribution): Correct DistributionIntegration class name reference in SentryAndroid
1 parent 24fca6f commit 55f4f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-android-core/src/main/java/io/sentry/android/core/SentryAndroid.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public final class SentryAndroid {
4242
"io.sentry.android.replay.ReplayIntegration";
4343

4444
static final String SENTRY_DISTRIBUTION_INTEGRATION_CLASS_NAME =
45-
"io.sentry.android.distribution.internal.DistributionIntegration";
45+
"io.sentry.android.distribution.DistributionIntegration";
4646

4747
private static final String TIMBER_CLASS_NAME = "timber.log.Timber";
4848
private static final String FRAGMENT_CLASS_NAME =

0 commit comments

Comments
 (0)