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

Clean sentry events #352

Open
3 tasks
agualis opened this issue Dec 19, 2024 · 0 comments
Open
3 tasks

Clean sentry events #352

agualis opened this issue Dec 19, 2024 · 0 comments
Assignees

Comments

@agualis
Copy link
Collaborator

agualis commented Dec 19, 2024

Sentry shows thousands of unresolved events every month but we are not so bad after fixing the real bugs and cleaning the noisy events.

If we look at the last 30d events ordered by number of events:
https://balancer-labs.sentry.io/issues/?project=4506382607712256&query=&referrer=issue-list&sort=freq&statsPeriod=30d

There are clearly 2 main events in the top:

Image

Invalid swap: must contain at least 1 path.
This is not a bug but a very important alert to understand what users are looking to swap.

  • We should detect " must contain at least 1 path." and change its level from fatal to infoto keep it but exclude it from issues.

provider.disconnect is not a function
Already reported as an issue in rainbowkit: rainbow-me/rainbowkit#2238

  • Try to debug more to understand its root cause
  • Try to contact with the rainbowkit maintainers
@agualis agualis self-assigned this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant