rollbar / rollbar-react

React features to enhance using Rollbar.js in React Applications
https://docs.rollbar.com/docs/react
MIT License
42 stars 10 forks source link

Request is sent to Rollbar several times #108

Open farideliyev opened 1 year ago

farideliyev commented 1 year ago

If several Providers used and each of them has captureUnhandledRejections: true field in config, then if there is the error bubbled up to window.onerror, it will cause rollbar to send requests depending on number of Provider usage on page