We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JavaScript SDK
https://docs.sentry.io/platforms/javascript/guides/fastify/configuration/integrations/unhandledrejection/ says the mode option
mode
Defaults to none.
none
Same for https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/integrations/unhandledrejection/ and probably other JS frameworks. This confused me: why is this integration on by default if it doesn't send any warnings?
But according to https://github.com/getsentry/sentry-javascript/blob/6331d7ced7373e3f351ffacb71af54392c19acda/packages/node/src/integrations/onunhandledrejection.ts#L18, it actually defaults to warn, which makes more sense.
warn
Update the default mode in the documentation.
The text was updated successfully, but these errors were encountered:
Assigning to @getsentry/support for routing ⏲️
Sorry, something went wrong.
No branches or pull requests
SDK
JavaScript SDK
Description
https://docs.sentry.io/platforms/javascript/guides/fastify/configuration/integrations/unhandledrejection/ says the
mode
optionSame for https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/integrations/unhandledrejection/ and probably other JS frameworks. This confused me: why is this integration on by default if it doesn't send any warnings?
But according to https://github.com/getsentry/sentry-javascript/blob/6331d7ced7373e3f351ffacb71af54392c19acda/packages/node/src/integrations/onunhandledrejection.ts#L18, it actually defaults to
warn
, which makes more sense.Suggested Solution
Update the default
mode
in the documentation.The text was updated successfully, but these errors were encountered: