Closed greg-el closed 1 year ago
This PR adds an option to the newTracker config, which allows the user to choose if they want to retry sending events in the case of a sending failure, e.g.:
newTracker
newTracker(..., { retryFailures: true, });
Total files change +96.13KB 0%
Final result: :white_check_mark:
View report in BundleMon website ➡️
Current branch size history
This PR adds an option to the
newTracker
config, which allows the user to choose if they want to retry sending events in the case of a sending failure, e.g.: