getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.23k stars 4.21k forks source link

Custom tags in releases #74552

Open Krych opened 4 months ago

Krych commented 4 months ago

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.:

  1. Release 123, tag 'abc' has CFU 99,9% and CFS 99,8%
  2. 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.

Product Area

Releases

getsantry[bot] commented 4 months ago

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] commented 4 months ago

Routing to @getsentry/product-owners-releases for triage ⏲️

rachrwang commented 4 months ago

Thank you for filing this feature request! We will follow up if we have any questions.