-
-
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
SentryError constructor fail with a TypeError
if Object
/Error
prototype has been frozen
#15214
Closed
3 tasks done
Labels
Package: node
Issues related to the Sentry Node SDK
Comments
hey, thanks for writing in! I will look into this, it seems to be caused by what we do in the |
mydea
added a commit
that referenced
this issue
Jan 29, 2025
We did some funky stuff in there that does not seem necessary and can even lead to issues. Fixes #15214.
mydea
added a commit
that referenced
this issue
Jan 29, 2025
We did some funky stuff in there that does not seem necessary and can even lead to issues. Fixes #15214.
mydea
added a commit
that referenced
this issue
Jan 29, 2025
…tor.name` on `SentryError` class We did some funky stuff in there that does not seem necessary and can even lead to issues. Fixes #15214.
mydea
added a commit
that referenced
this issue
Jan 29, 2025
…tor.name` on `SentryError` class We did some funky stuff in there that does not seem necessary and can even lead to issues. Fixes #15214.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
8.52.0
Framework Version
'@sentry/node': 8.52.0
Link to Sentry event
https://n8nio.sentry.io/issues/6252828797/events/4dcec130b6a94456a6693fd4d81ffc89/?project=4508342481780736
Reproduction Example/SDK Setup
No response
Steps to Reproduce
Object.prototype
andError.prototype
are probably enoughbeforeSend
function that returnsnull
Expected Result
No errors are thrown from Sentry code
Actual Result
This error is thrown and reported:
Please see the attached Sentry event link for more details
The text was updated successfully, but these errors were encountered: