You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Active DEBUG_MODE and see analytics logs in console :
{ provide: DEBUG_MODE, useValue: true }
On click on decline button of consent popin I use : setAnalyticsCollectionEnabled(false), but analytics is still logged in console
In GA DebugView, I see no more logs, so analytics is off
I'm surprised that you see any events with @angular/[email protected] due to #2505. You may want to try to new canary that fixes that: 6.0.3-canary.77a9a15.
Thanks to communicate that fix, DebugView working now
setAnalyticsCollectionEnabled(false)working -> I can see no logs in DebugView
The issue is that DEBUG_MODE still logs analytics in console even if AnalyticsCollectionEnabled is set to false
manon-dm
changed the title
setAnalyticsCollectionEnabled not working
DEBUG_MODE trace logs in console even if AnalyticsCollectionEnabled set to false
Sep 25, 2020
Version info
Angular: 9.1.12
Firebase: 7.19.1
AngularFire: 6.0.3-canary.77a9a15
How to reproduce these conditions
Steps to set up and reproduce
Active DEBUG_MODE and see analytics logs in console :
On click on decline button of consent popin I use : setAnalyticsCollectionEnabled(false), but analytics is still logged in console
In GA DebugView, I see no more logs, so analytics is off
The text was updated successfully, but these errors were encountered: