-
Notifications
You must be signed in to change notification settings - Fork 8
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(cloudflare): Support Cloudflare Logging #236
Conversation
This PR will trigger a minor release when merged. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #236 +/- ##
==========================================
- Coverage 97.34% 96.82% -0.52%
==========================================
Files 8 9 +1
Lines 603 662 +59
Branches 73 81 +8
==========================================
+ Hits 587 641 +54
- Misses 13 17 +4
- Partials 3 4 +1 ☔ View full report in Codecov by Sentry. |
- regenerated package-lock
Thx! I'll update the tests to increase the coverage before I merge. |
🎉 This PR is included in version 2.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
For Cloudflare logging, we just need to log to the console.
A typical log message to the console looks like this:
Related Issues
Fixes: #230