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
Copy file name to clipboardExpand all lines: docs/config.rst
+6
Original file line number
Diff line number
Diff line change
@@ -264,6 +264,12 @@ Those configuration options are documented below:
264
264
onError
265
265
Callback to be invoked upon a failed request.
266
266
267
+
.. describe:: allowDuplicates
268
+
269
+
By default, Raven.js attempts to suppress duplicate captured errors and messages that occur back-to-back. Such events are often triggered by rogue code (e.g. from a `setInterval` callback in a browser extension), are not actionable, and eat up your event quota.
270
+
271
+
To disable this behavior (for example, when testing), set ``allowDuplicates: true`` during configuration.
272
+
267
273
.. describe:: allowSecretKey
268
274
269
275
By default, Raven.js will throw an error if configured with a Sentry DSN that contains a secret key.
0 commit comments