Skip to content

Tag Sentry frontend errors with page path

What does this MR do and why?

This change adds a controller route to the tags of Sentry errors so the context in which they occurs can be more easily identified.

This will improve our observability capabilities by easily identifying which page (controller + method) is affect.

See more at: https://docs.sentry.io/platforms/javascript/enriching-events/tags/

Screenshots or screen recordings

NA

How to set up and validate locally

NA

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #43733 (closed)

Edited by Miguel Rincon

Merge request reports