We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Sentry Saas (sentry.io)
@sentry/nextjs
7.21.1
Next.js v12.3.0
No response
npm run dev
v.7.21.1 should send errors when running with npm run dev
v.7.21.1 doesn't send errors when running with npm run dev.
{debug: true}
sentry.client.config.js
{silent: false}
sentryWebpackPluginOptions
next.config.js
The text was updated successfully, but these errors were encountered:
Thanks for writing in! I was able to reproduce this. We'll make sure this gets resolved.
Sorry, something went wrong.
lforst
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/nextjs
SDK Version
7.21.1
Framework Version
Next.js v12.3.0
Link to Sentry event
No response
Steps to Reproduce
npm run dev
didn't send any errors to Sentrynpm run dev
Expected Result
v.7.21.1 should send errors when running with
npm run dev
Actual Result
v.7.21.1 doesn't send errors when running with
npm run dev
.{debug: true}
insentry.client.config.js
doesn't yield debugging info{silent: false}
insentryWebpackPluginOptions
innext.config.js
doesn't yield debugging infoIt seems like sentry doesn't run at all
The text was updated successfully, but these errors were encountered: