#Is there a best practice or solution article I can look at for Sentry+github releases

2 messages · Page 1 of 1 (latest)

river garden
#

Basically we want to alert if any tagged releases caused an increase of errors by a certain %
Open to other ways to better alert us if any PR/merges causes an increase in error rate

unborn thicket
#

Sentry has the concept of releases: https://docs.sentry.io/product/releases/

You can set it up with one line in the SDK and then set up alerting in the UI.

Learn how to provide information to Sentry about your releases to determine regressions and resolve issues quickly.