Closed throrin19 closed 1 month ago
This seems to be the same as https://github.com/getsentry/sentry-javascript/issues/13219 - will be cutting a release soon that fixes this!
@throrin19 could you try using https://github.com/getsentry/sentry-javascript/releases/tag/8.30.0 and see if that fixes your issue?
@AbhiPrasad thanks for your response. I'll try this tomorrow morning
@AbhiPrasad Problem fix with the release 8.30.0. Thanks for your help đŸ˜‰
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.29.0
Framework Version
@sentry/aws-serverless
Link to Sentry event
No response
Reproduction Example/SDK Setup
The problem is not in Sentry SDK setup but with opentelemetry part.
After upgrade to 8.29.0, out deploy statement does not works. We use serverless with esbuild and first command made is this :
And we have this error :
We try to remove our
package-lock.json
and make a cleannpm i
and we have this warning at installation (I precise, warning, not error) :I precise, I have only
@sentry/aws-serverless
indicates in my package.jsonSteps to Reproduce
@sentry/aws-serverless
to 8.28.0npm ls -json --omit=dev -long -all | more
Expected Result
No problems
Actual Result