Set tags on events
When you create an event, you can set tags on it. Tags are a way to group events together or add more information to them. It can help you add necessary information to be able to debug the event.
We don't save user context, but we can use tags to add user_id and non-personal information to be able to debug.
Set tags on events
By using sentry client, tags are set on events in the context of the event.
Sentry.set_tags('page.locale': 'de-at')
Right now tags are not searchable, filterable or sortable.