Skip to content

Commit 5b82265

Browse files
authored
Update index.mdx (#12193)
1 parent c7ae303 commit 5b82265

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/platforms/android/profiling/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ In `AndroidManifest.xml`:
1919

2020
```xml
2121
<application>
22-
<meta-data android:name="io.sentry.dsn" android:value="___PUBLIC_DSN___" />
23-
<meta-data android:name="io.sentry.traces.sample-rate" android:value="1.0" />
22+
<meta-data android:name="io.sentry.dsn" android:value="___PUBLIC_DSN___" />
23+
<meta-data android:name="io.sentry.traces.sample-rate" android:value="1.0" />
2424
</application>
2525
```
2626

@@ -42,10 +42,10 @@ In `AndroidManifest.xml`:
4242

4343
```xml
4444
<application>
45-
<meta-data android:name="io.sentry.dsn" android:value="___PUBLIC_DSN___" />
46-
<meta-data android:name="io.sentry.traces.sample-rate" android:value="1.0" />
47-
<meta-data android:name="io.sentry.traces.profiling.sample-rate" android:value="1.0" />
48-
<meta-data android:name="io.sentry.traces.profiling.enable-app-start" android:value="true" />
45+
<meta-data android:name="io.sentry.dsn" android:value="___PUBLIC_DSN___" />
46+
<meta-data android:name="io.sentry.traces.sample-rate" android:value="1.0" />
47+
<meta-data android:name="io.sentry.traces.profiling.sample-rate" android:value="1.0" />
48+
<meta-data android:name="io.sentry.traces.profiling.enable-app-start" android:value="true" />
4949
</application>
5050
```
5151

0 commit comments

Comments
 (0)