You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to how you can close/fix/resolve GitHub issues from commits and pull requests in GitHub I'd like Sentry to have a bot which listens to commits on the master branch and close Sentry events as fixes get pushed/merged.
We are using such system at Clippings.com which works with the GitHub and Trello APIs to move Trello cards to a done list. We just add "Fixes https://trello.com/c/....` with the corresponding Trello URL in the PR description and the bot which lives on our Trello board is moving the card automatically when the fix is on master.