♻️(front) use sentry tags instead of extra scope

To ease filtering issues on sentry, we want to use tags instead of extra
scope. Tags are indexed and searchable, it's not the case with extra
scope. Moreover using setEtra to add additional data is deprecated.
This commit is contained in:
Manuel Raynaud
2025-03-04 17:19:53 +01:00
parent b9b5f86cf4
commit ebf6d46e37
4 changed files with 22 additions and 14 deletions

View File

@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
## Changed
- Use sentry tags instead of extra scope
## [2.3.0] - 2025-03-03
## Added