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
Log to console Data Collection flag value and source (#1811)
* Log to console Data Collection flag value and source
This will log the source and value of the `dataCollectionDefaultEnabled` flag.
This is for Issue #1768.
* Put alreadyOutputDataCollectionFlag behind ifdef
This avoids having the property in non-debug builds.
* PR feedback
Added a logging message when explicitly setting the data collection flag.
* Copy-paste error
Fixed a missed change in the ternary check.
0 commit comments