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

Add sentry error tracking #22

Merged
merged 6 commits into from
Jul 31, 2024
Merged

Add sentry error tracking #22

merged 6 commits into from
Jul 31, 2024

Conversation

danielemery
Copy link
Owner

@danielemery danielemery commented Jun 4, 2024

  • Support sentry environment variables
  • Initialize sentry on application start
  • Bump to latest Deno version
  • Fix status code breaking changes in latest Deno
  • Include the application version (requires new environment variable)

@danielemery danielemery linked an issue Jun 4, 2024 that may be closed by this pull request
@danielemery danielemery force-pushed the 7-add-sentry-error-tracking branch from de9c628 to 26ce30d Compare July 23, 2024 08:21
@danielemery danielemery force-pushed the 7-add-sentry-error-tracking branch from 96d50bb to 0a14585 Compare July 26, 2024 13:32
Copy link

codecov bot commented Jul 26, 2024

Codecov Report

Attention: Patch coverage is 68.75000% with 5 lines in your changes missing coverage. Please review.

Project coverage is 90.97%. Comparing base (59f2d4f) to head (a03880a).

Files Patch % Lines
src/server.ts 58.33% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
- Coverage   92.50%   90.97%   -1.53%     
==========================================
  Files           5        5              
  Lines         120      133      +13     
  Branches       23       23              
==========================================
+ Hits          111      121      +10     
- Misses          9       12       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danielemery danielemery merged commit 03c8a8e into main Jul 31, 2024
3 of 5 checks passed
@danielemery danielemery deleted the 7-add-sentry-error-tracking branch August 1, 2024 14:49
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.

Add sentry error tracking
1 participant