File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
docs/platforms/android/profiling Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments