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
ActivityType and StreamKeys are now template literal types, meaning that
whenever used before the user had to use the enum like [StreamKeys.LatLng]
now it should be replaced with simply ['latlng'] with the benefits of autocompleting.