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 ab9bc35 commit 34527e0Copy full SHA for 34527e0
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/FirebaseSessions.kt
@@ -126,6 +126,11 @@ internal constructor(
126
127
Log.d(TAG, "Data Collection is enabled for at least one Subscriber")
128
129
+ if (!sessionSettings.sessionsEnabled) {
130
+ Log.d(TAG, "Sessions SDK disabled. Events will not be sent.")
131
+ return
132
+ }
133
+
134
if (!sessionGenerator.collectEvents) {
135
Log.d(TAG, "Sessions SDK has sampled this session")
136
return
0 commit comments