You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/android/configuration/options.mdx
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,6 +303,12 @@ Set this boolean to `false` to disable tracing for `OPTIONS` requests. This opti
303
303
304
304
## Profiling Options
305
305
306
+
<Alerttitle="Note">
307
+
308
+
Profiling requires SDK versions 8.7.0 or higher. Lower versions can use the legacy profiling.
309
+
310
+
</Alert>
311
+
306
312
<ConfigKeyname="profile-session-sample-rate">
307
313
308
314
A number between `0` and `1`, controlling the percentage chance the session will be profiled. `0` represents 0% while `1` represents 100%. The default is null (disabled).
@@ -329,7 +335,7 @@ A boolean value that determines whether the app start process will be profiled.
329
335
330
336
## Legacy Profiling Options
331
337
332
-
<Alerttitle="✨ Note">
338
+
<Alerttitle="Note">
333
339
334
340
SDK versions lower than 8.6.0 may use the legacy profiling using the following options.
Copy file name to clipboardExpand all lines: docs/platforms/android/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ Configuration is done via the application `AndroidManifest.xml`. Here's an examp
96
96
97
97
Verify that your app is sending events to Sentry by adding the following snippet, which includes an intentional error. You should see the error reported in Sentry within a few minutes.
0 commit comments