Skip to content

Commit e2bf2df

Browse files
romtsnstefanosiano
andauthored
Update docs/platforms/android/manual-setup/index.mdx
Co-authored-by: Stefano <[email protected]>
1 parent e6c3bf8 commit e2bf2df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/platforms/android/manual-setup/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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" />

0 commit comments

Comments
 (0)