Skip to content
Prev Previous commit
Next Next commit
revert
  • Loading branch information
romtsn committed Oct 8, 2024
commit d437823fbc44e341ca38ac2badb9d9ce7ebd4717
2 changes: 1 addition & 1 deletion sentry-samples/sentry-samples-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ dependencies {
implementation(Config.Libs.composeNavigation)
implementation(Config.Libs.composeMaterial)

// debugImplementation(Config.Libs.leakCanary)
debugImplementation(Config.Libs.leakCanary)
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<meta-data android:name="io.sentry.dsn" android:value="https://[email protected]/5428559" />

<!-- how to enable Sentry's debug mode-->
<meta-data android:name="io.sentry.debug" android:value="false" />
<meta-data android:name="io.sentry.debug" android:value="${sentryDebug}" />

<!-- how to set a custom debug level-->
<!-- <meta-data android:name="io.sentry.debug.level" android:value="info" />-->
Expand Down Expand Up @@ -167,7 +167,5 @@

<meta-data android:name="io.sentry.session-replay.session-sample-rate" android:value="1.0" />
<meta-data android:name="io.sentry.session-replay.redact-all-text" android:value="false" />

<profileable android:shell="true" />
</application>
</manifest>