You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following a previous issue raised by other members: #4582
Summary:
429 errors (hard cap on rate limit in sentry config / settings) would prevent the AWS lambda function from running successfully, even though the error is a sentry internal error and not an error that generated from the logic of the AWS lambda function itself.
To prevent 429 errors from stopping lambda function execution, the following fix was applied to versions 6.18 and above; #4620
however, it seems to have not been excluded in versions 7.0.0 and above (not included in latest Sentry release).
Can this ignoreSentryErrors option be included in the latest versions (7.x.x and above) of the repo?