Andrei

Results 190 comments of Andrei

@Shubhdeep12 thank you for the offer, but this is a bit of a learning grounds project for me—having just recently started at Sentry.

@jiajunmao could you set `debug: true` in your Sentry init and paste some logs please? cc @billyvg

hey @Ivan-juni we are still waiting on https://github.com/getsentry/sentry-javascript/pull/13139 to be fixed for this.

hello, sorry that you've experienced that. Version `184` of the Lambda layer was still running the v7 version of our SDK. While it's not a true fix for your problem,...

For `arn:...:SentryNodeServerlessSDK:235` and lower, and `arn:...:SentryNodeServerlessSDKv7:1` (these use the v7 version of our SDK) the `NODE_OPTIONS` should include `--require @sentry/serverless/dist/awslambda-auto`

@fnfilho try setting `debug: true` and checking your aws logs. If you don't spot anything, please paste it here.

@fnfilho you should be able to set `SENTRY_DEBUG=1` in the env variables you provide to your lambda function. Let me know if you can't and I'll have another look.

@fnfilho that's because all the versions above `235` use the new export via `--require @sentry/aws-serverless/awslambda-auto`.

Thank you for the rundown. I'll try to reproduce this tomorrow when I have a bit more time. As for the Sentry Dashboard, thanks! This should be rolling out soon:...

We just shipped a new release that fixes an issue with underlying opentelemetry dependencies. The new layer is `SentryNodeServerlessSDK:255` for v8 and `SentryNodeServerlessSDKv7:3` for v7. Please note, for v7 the...