-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[Feature Request] Add Console integration to @sentry/cloudflare
#15439
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
Comments
Seems like a reasonable request on first glance! I'll tag @AbhiPrasad - are you aware of console limitations in the cloudflare SDK (or another good reason not to add this integration)? |
Small update from the user. They were able to install the node sdk and import the Console integration and use it successfully in the cloudflare sdk. They say that to get it to work, it requires Cloudflare's "nodejs_compat" to be set to at least "2024-09-23" and a recent version of wrangler. |
Good to know, thanks! |
Nope, we should be able to add this, just copy our implementation from the other SDKs. this is a good reason to unify all of this as well. |
FYI these docs will need updating when making this change
|
A PR closing this issue has just been released 🚀This issue was referenced by PR #16024, which was included in the 9.13.0 release. |
Problem Statement
Filing this request on behalf of a user.
The Console integration, which is listed as default-on is missing from the Cloudflare SDK. Can we get it added? Users currently have to manually add console logs to breadcrumbs.
Solution Brainstorm
Add the Console integration to
@sentry/cloudflare
The text was updated successfully, but these errors were encountered: