Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed Oct 8, 2024
1 parent 306add9 commit d437823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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://1053864c67cc410aa1ffc9701bd6f93d@o447951.ingest.sentry.io/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>

0 comments on commit d437823

Please sign in to comment.