-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
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 SDK are you using?
@sentry/browser
SDK Version
10.3.0
Framework Version
No response
Link to Sentry event
Reproduction Example/SDK Setup
No response
Steps to Reproduce
Create failing code
await step.do('will fail', async => {
fail();
};
Expected Result
One error report is generated once all step.do retries have been exhausted, or on a NonRetryableError
Actual Result
One error is generated on each retry, thus creating a LOT of duplicate errors (see screenshot; where 6 errors have been created for the same issue)

Metadata
Metadata
Assignees
Projects
Status
No status