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
Some tags are automatically set by Sentry. We strongly recommend against overwriting those tags. Instead, name your tags with your organization's nomenclature.
Which isn't all that helpful since the automatically-set tags aren't listed anywhere! I've tried adding a beforeSend with something like:
But event.tags.browser is always undefined - the browser tag somehow appears magically on the Sentry app without having been in the original event or hint that was passed to beforeSend. Could someone help me get at the browser value that Sentry reports?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to parse the
browser
tag that is automatically added by who knows which integration:The only docs I can find for these tags are:
Which isn't all that helpful since the automatically-set tags aren't listed anywhere! I've tried adding a beforeSend with something like:
But
event.tags.browser
is always undefined - thebrowser
tag somehow appears magically on the Sentry app without having been in the originalevent
orhint
that was passed tobeforeSend
. Could someone help me get at thebrowser
value that Sentry reports?Beta Was this translation helpful? Give feedback.
All reactions