Skip to content

Commit 57f3406

Browse files
committed
revert
1 parent e0dc6b2 commit 57f3406

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sentry-samples/sentry-samples-android/src/main/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<!-- <meta-data android:name="io.sentry.anr.enable" android:value="false" />-->
102102

103103
<!-- how to disable the auto-init-->
104-
<meta-data android:name="io.sentry.auto-init" android:value="false" />
104+
<!-- <meta-data android:name="io.sentry.auto-init" android:value="false" />-->
105105

106106
<!-- how to disable the NDK-->
107107
<!-- <meta-data android:name="io.sentry.ndk.enable" android:value="false" />-->
@@ -129,11 +129,11 @@
129129
<!-- <meta-data android:name="io.sentry.traces.profiling.sample-rate" android:value="1.0" />-->
130130

131131
<!-- Enable profiling, adjust in production env -->
132-
<meta-data android:name="io.sentry.traces.profiling.session-sample-rate" android:value="0.0" />
132+
<meta-data android:name="io.sentry.traces.profiling.session-sample-rate" android:value="1.0" />
133133
<!-- Set profiling lifecycle, can be `manual` or `trace` -->
134134
<meta-data android:name="io.sentry.traces.profiling.lifecycle" android:value="manual" />
135135
<!-- Enable profiling on app start -->
136-
<meta-data android:name="io.sentry.traces.profiling.start-on-app-start" android:value="false" />
136+
<meta-data android:name="io.sentry.traces.profiling.start-on-app-start" android:value="true" />
137137

138138
<!-- how to disable the Activity auto instrumentation for tracing-->
139139
<!-- <meta-data android:name="io.sentry.traces.activity.enable" android:value="false" />-->

0 commit comments

Comments
 (0)