-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Sentry Maximum Call Stack Exceeded 9.4 bug issue #15775
Comments
Hey, you should not need to add this, Sentry should capture unhandled exceptions and promise rejections out of the box for you! Does that not work for you? So, no custom Does the error go away if you remove your custom code there? Are you using ESM or CJS? Please make sure to follow the respective installation steps here: https://docs.sentry.io/platforms/javascript/guides/node/install/ Could you enable |
entry Logger [log]: Initializing Sentry: process: 46483, thread: main. |
I have send the log in comments plz have a look |
@aryandwivedi007 did you try this? |
Yes i commented Sentry.captureException() in my error.middleware |
The hooks for |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/node
SDK Version
9.4
Framework Version
node 18.19.0
Link to Sentry event
No response
Reproduction Example/SDK Setup
I am using this in my server.ts
Steps to Reproduce
I wanted to configure my app to sentry for logging purpose in case of crashes so i installed via npm but it given error
Expected Result
It should log incase of app crash or errors
Actual Result
It is not allowing to hit any route
this is log i am getting after calling even /health route of my app
The text was updated successfully, but these errors were encountered: