-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: workaround for missing Logger messages (attempt 3) #47
Conversation
7430d54
to
0fae412
Compare
reason: "[critical] Critical!", | ||
occurrences: [_] | ||
} | ||
] = TestApp.Repo.all(ErrorTracker.Error) |> TestApp.Repo.preload(:occurrences) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tests that both messages are treated as separate errors (with different fingerprints) and not different occurrences of the same error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This assertion is flaky with tower 0.7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed e620855
yeah this is nice. the errors group very well now. as far as my app spews them anyway. |
Thanks for testing it 💯 |
e620855
to
b5cefad
Compare
released in v0.3.6 |
closes #43
alternative to #46