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
Once again telemetry has undergone some refactorings, esp to fix #1000. The appending of events now happens inside the shared process such that DNS issues don't block the main thread anymore. We should validate that
we still send the common properties, like isNewSession, timestamp etc etc
we still send the common properties using the same data types, like timesincesessionstart is a number, timestamp is a string
we don't miss events on shutdown
we still honour the opt out setting
The text was updated successfully, but these errors were encountered:
Once again telemetry has undergone some refactorings, esp to fix #1000. The appending of events now happens inside the shared process such that DNS issues don't block the main thread anymore. We should validate that
isNewSession
,timestamp
etc etctimesincesessionstart
is a number,timestamp
is a stringThe text was updated successfully, but these errors were encountered: