After enabling source maps support inside GlitchTip we face now some issues.
We have many errors that should be probably not tracked, like:
- Errors coming from Chrome app
- Errors related to expired sessions tokens
- Errors coming from environments we don't want to track (like qaprodauth and others)
- Already handled errors that we should decide how to deal with (like ignoring them or tagging them to quickly exclude them from reports)
We should investigate how to deal with them, deciding if we should exclude them from trakcing.
Some useful resources:
Filtering: https://docs.sentry.io/platforms/javascript/configuration/filtering/
AllowUrls: https://docs.sentry.io/platforms/javascript/guides/react/configuration/options/#allow-urls
Acceptance criteria
- Identify which errors need to be removed from reports and investigate if there is a way to remove them
- Change sentry configuration to not track them anymore
- relates to
-
OCMUI-98 GlitchTip: add source-maps
-
- Closed
-