Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering Sentry errors #1958

Closed
zuziaka opened this issue May 24, 2021 · 3 comments · Fixed by #2016
Closed

Filtering Sentry errors #1958

zuziaka opened this issue May 24, 2021 · 3 comments · Fixed by #2016

Comments

@zuziaka
Copy link
Contributor

zuziaka commented May 24, 2021

Author the user story for this feature

As a Flank developer, I want to be notified only about critical Flank errors (Sentry events).

Describe the solution

  • find out which events we should track with Sentry (documentation)
  • find out how to label major and ignore minor critical issues
  • investigate slack / zenhub integrations (notifications/issue creation) for critical sentry events
@adamfilipow92
Copy link
Contributor

https://sentry.io/integrations/slack/
https://sentry.io/integrations/github/
https://sentry.io/integrations/

@piotradamczyk5 piotradamczyk5 self-assigned this May 25, 2021
@piotradamczyk5
Copy link
Contributor

Events for tracking

  • ALL Google Api issues -> level DEBUG
  • other issues -> level ERROR

then all errors with level ERROR will be treated as critical

Also, integration tests should have some special label

integration

We should set up Sentry > Slack integration which will post messages to a separate channel or existing one. We need @bootstraponline help because he is the owner of the Sentry flank project

@bootstraponline
Copy link
Contributor

@piotradamczyk5 You're a sentry owner now 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants