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

Fiber integration #795

Merged
merged 19 commits into from
Mar 26, 2024
Merged

Fiber integration #795

merged 19 commits into from
Mar 26, 2024

Conversation

ribice
Copy link
Collaborator

@ribice ribice commented Mar 18, 2024

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.

@ribice ribice requested a review from phacops March 18, 2024 00:04
fiber/README.md Show resolved Hide resolved
fiber/sentryfiber.go Outdated Show resolved Hide resolved
Copy link

codecov bot commented Mar 26, 2024

Codecov Report

Attention: Patch coverage is 90.62500% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 81.96%. Comparing base (71c244b) to head (523d4ad).

Files Patch % Lines
fiber/sentryfiber.go 90.62% 4 Missing and 2 partials ⚠️
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.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@vaind vaind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fiber/sentryfiber.go Outdated Show resolved Hide resolved
@vaind vaind mentioned this pull request Mar 26, 2024
fiber/sentryfiber_test.go Outdated Show resolved Hide resolved
ribice and others added 2 commits March 26, 2024 16:02
Co-authored-by: Ivan Dlugos <6349682+vaind@users.noreply.github.com>
Copy link
Collaborator

@vaind vaind left a 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

@vaind vaind merged commit a084ac9 into master Mar 26, 2024
21 checks passed
@vaind vaind deleted the fiber-integration branch March 26, 2024 15:44
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

Successfully merging this pull request may close these issues.

Support for Fiber
3 participants