File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
docs/platforms/android/manual-setup Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ Configuration is done via the application `AndroidManifest.xml`. Here's an examp
5151
5252 <!-- Enable UI profiling, adjust in production env. This is evaluated only once per session -->
5353 <meta-data android : name =" io.sentry.traces.profiling.session-sample-rate" android : value =" 1.0" />
54+ <!-- Set profiling mode. For more info see https://docs.sentry.io/platforms/android/profiling/#enabling-ui-profiling -->
5455 <meta-data android : name =" io.sentry.traces.profiling.lifecycle" android : value =" trace" />
5556 <!-- Enable profiling on app start. The app start profile will be stopped automatically when the app start root span finishes -->
5657 <meta-data android : name =" io.sentry.traces.profiling.start-on-app-start" android : value =" true" />
You can’t perform that action at this time.
0 commit comments