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
logging: Set undefined for server version tags if server version absent.
Instead of omitting them.
We're about to start keeping these tags on the global scope, which
means we have to listen to and propagate all changes in the server
version, including changes where the server version disappears. It's
been reported [1] that passing `undefined` as a tag's value in
`setTags` will clear the tag from the current scope, and I've
verified this experimentally.
[1] getsentry/sentry-javascript#3108 (comment)
0 commit comments