-
Notifications
You must be signed in to change notification settings - Fork 213
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
Fiber integration #795
Fiber integration #795
Conversation
This reverts commit f4f7c8e.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #795 +/- ##
==========================================
+ Coverage 81.93% 81.96% +0.03%
==========================================
Files 48 49 +1
Lines 4782 4846 +64
==========================================
+ Hits 3918 3972 +54
- Misses 725 732 +7
- Partials 139 142 +3 ☔ View full report in Codecov by Sentry. |
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.
looks pretty good to me. Can you please add the missing tests for wait+timeout and cookies? See https://app.codecov.io/gh/getsentry/sentry-go/pull/795?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getsentry
Co-authored-by: Ivan Dlugos <6349682+vaind@users.noreply.github.com>
Co-authored-by: Ivan Dlugos <6349682+vaind@users.noreply.github.com>
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.
LGTM except for the missing changelog entry
Fiber integration
These are just fixes and master merged on the #273. Since the fork was deleted, I was unable to push to it without some shenanigans thus opted for creating a new PR.
Resolves #441.
Might also reach to Fiber as they provide the same integration at https://github.com/gofiber/contrib/tree/main/fibersentry.