File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sentry-samples/sentry-samples-android/src/main Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" />-->
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" />-->
You can’t perform that action at this time.
0 commit comments