-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
_scope.setSDKProcessingMetadata is not a function #6198
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hi @BenGale thanks for writing in. Can you confirm that all your |
I am, and yes it's on the same 7.19.0 version. |
I haven't been able to reproduce this so far but I found one thing that strikes me as interesting:
We recently removed So I'm wondering if there is some problem with this change or maybe with your |
Ahh that makes a lot of sense to me then. The path I was talking about above ( I'm gonna close this issue for now but feel free to ping me if you still have problems. |
Thanks for your help. |
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.19.0
Framework Version
No response
Link to Sentry event
No response
Steps to Reproduce
I've installed the latest @sentry/node package at version 7.19.0.
Followed the setup guides which don't seem to have changed since I was using the old version and this all works before.
Expected Result
The app not to explode.
Actual Result
The app explodes when a request is made with the following error:
I can get rid of the error if I remove this line during the sentry setup:
app.use(Sentry.Handlers.requestHandler());
The text was updated successfully, but these errors were encountered: