-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Closed as not planned
Copy link
Labels
BugPackage: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDKStale
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nextjs
SDK Version
8
Framework Version
next 13.4.1
Link to Sentry event
No response
Reproduction Example/SDK Setup
No response
Steps to Reproduce
In the Next.js React project, I integrated Sentry in the production environment using the following method. When there is a high volume of traffic, it causes the Next.js service to restart indefinitely.
const { withSentryConfig } = require("@sentry/nextjs");
module.exports = withSentryConfig(module.exports, {
// For all available options, see:
// https://github.com/getsentry/sentry-webpack-plugin#options
org: "xxx",
project: "xxxx",
widenClientFileUpload: true,
reactComponentAnnotation: {
enabled: true,
},
hideSourceMaps: true,
disableLogger: true,
automaticVercelMonitors: true,
});
Expected Result
Normal use, no errors. (已编辑)
Actual Result
the Next.js service to restart indefinitely.
Metadata
Metadata
Assignees
Labels
BugPackage: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDKStale
Projects
Status
Waiting for: Community