I'm wondering if there is possibility to add custom tags to filter releases.
For example, in mobile application supporting many marketplaces it would be useful to filter CFU and CFS stats for specific release with division by tag, ie.:
Release 123, tag 'abc' has CFU 99,9% and CFS 99,8%
Release 123, tag 'def' has CFU 99,5% and CFS 99,3%
Taking into account specific tags would help with better monitoring of app stability.
Solution Brainstorm
It would probably require to send specific tags on sentry startup, to be aware how many users are using current app version with specific tag and calculate CFU/CFS metrics.
Problem Statement
I'm wondering if there is possibility to add custom tags to filter releases. For example, in mobile application supporting many marketplaces it would be useful to filter CFU and CFS stats for specific release with division by tag, ie.:
Solution Brainstorm
It would probably require to send specific tags on sentry startup, to be aware how many users are using current app version with specific tag and calculate CFU/CFS metrics.
Product Area
Releases