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 b2fe881 commit 4ebbfc7Copy full SHA for 4ebbfc7
firebase-sessions/test-app/src/main/AndroidManifest.xml
@@ -43,6 +43,11 @@
43
android:process=":second"
44
android:theme="@style/Theme.Widget_test_app.NoActionBar" />
45
46
+ <!-- Update value to 100.0 to always have a fireperf verbose session-->
47
+ <meta-data
48
+ android:name="sessions_sampling_percentage"
49
+ android:value="1.0" />
50
+
51
<meta-data
52
android:name="firebase_performance_logcat_enabled"
53
android:value="true" />
0 commit comments