-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(sdk): enable logs in docs #14489
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| debug: false, | ||
| environment: process.env.NODE_ENV === 'development' ? 'development' : undefined, | ||
| spotlight: process.env.NODE_ENV === 'development', | ||
| integrations: [Sentry.consoleLoggingIntegration()], |
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.
Bug: Sentry Integration Override Issue
Explicitly setting integrations: [Sentry.consoleLoggingIntegration()] for Node.js and Edge runtimes overrides Sentry's default integrations. This removes essential server-side instrumentation and default functionality, such as HTTP tracing, database monitoring, error tracking, and performance monitoring, which is inconsistent with the client-side behavior that adds to existing integrations.
Locations (2)
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.
damn cursor just straight up lying
Bundle ReportChanges will increase total bundle size by 11.56kB (0.05%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-edge-server-array-pushAssets Changed:
view changes for bundle: sentry-docs-client-array-pushAssets Changed:
Files in
view changes for bundle: sentry-docs-server-cjsAssets Changed:
Files in
|
Realized we never dogfooded logs in docs, let's give it a try.