Skip to content

Commit c38ccce

Browse files
authored
fix(spotlight): Add Sentry Spotlight dependency for debug builds (#5667)
1 parent 9589c6e commit c38ccce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ dependencies {
5656
compileOnly files('libs/replay-stubs.jar')
5757
implementation 'com.facebook.react:react-native:+'
5858
api 'io.sentry:sentry-android:8.32.0'
59+
debugImplementation 'io.sentry:sentry-spotlight:8.32.0'
5960
}

0 commit comments

Comments
 (0)