Hi All,
I am wanting to monitor for error counts in new releases. If I detect a spike in issues after a new Tag has been pushed, we will have a quicker response time to resolve them.
There is a view in Sentry (/sentry/<<*********>>/releases/) that shows releases and a count of new issues.
I had a look through the API and tried the endpoints:
/api/0/organizations/<<*********>>/releases/
This endpoint does NOT hold the count of new additions after a release.
I could try another way where I capture the last Tag and then iterate through all new issues and do a count where the Tags match the latest release. Long-winded but should work.
Any other suggestions would be great.
Thanks,
Hilton