-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
TypeError: self._handler is not a function in @sentry/node 7.8.0 #5493
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
Comments
This appears to be a regression of #2599 |
Hi @public, thanks for reporting! Will fix this soon |
Hi @public I'm gonna merge the fix (see link above) soon but I was just curious how this bug could happen. I therefore wanted to ask if you're by any chance using other Sentry packages than Anyway, we'll release a patch soon and then this should be fixed. Lmk if it works for you then. |
We have sentry/browser, sentry/node and sentry/cli installed. I think we might also import sentry/browser on the server side during SSR but not 100% sure on that. |
And just to be sure, they are all on version 7.8.0? Versions must match for all installed Sentry packages to guarantee interoperablity |
sentry/cli was on 2.5.0, everything else on 7.8.0 |
Thanks for fixing this so fast :D |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/node
SDK Version
7.8.0
Framework Version
No response
Link to Sentry event
https://sentry.io/organizations/purple-dot/issues/3461674365/?project=1547841
Steps to Reproduce
Expected Result
Get the actual errors showing in Sentry.io.
Actual Result
Get
TypeError: self._handler is not a function
errors instead of the real errors.The text was updated successfully, but these errors were encountered: