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
fix: [browser/LinkedErrors] Fix limit to include the original exception (#1699)
Up until now the `limit` option only counted the linked errors, but not the original exception. After this commit the `limit` will correspond to the number of exceptions that are actually being displayed by Sentry in the end.
0 commit comments