Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/serverless
SDK Version
50 (Lambda layer eu-west-1)
Framework Version
No response
Link to Sentry event
No response
Steps to Reproduce
- Enable AWS Lambda Sentry layer on a AWS Lambda function.
- When sending an event to Sentry this fails with an error (for example, could be 429 because we ran out of Sentry tracing quota).
- Lambda is marked as failed with and invoke error.
Expected Result
Lambda is NOT marked as failed or we can configure it we want it to be marked as failed or not like we can do when using the AWS.wrapHandler option in the library.