We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f16c2 commit 37720ebCopy full SHA for 37720eb
firebase-sessions/test-app/src/main/AndroidManifest.xml
@@ -43,10 +43,10 @@
43
android:process=":second"
44
android:theme="@style/Theme.Widget_test_app.NoActionBar" />
45
46
- <!-- Override value to 100.0 to always have a fireperf verbose session -->
+ <!-- Override value to 1.0 to always have a fireperf verbose session -->
47
<meta-data
48
android:name="sessions_sampling_percentage"
49
- android:value="1.0" />
+ android:value="0.01" />
50
51
52
android:name="firebase_performance_logcat_enabled"
0 commit comments