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
By default, Raven collects all uncaught errors that have been caught by the `onerror` handler.
151
+
You can disable this behaviour by setting this flag to `false`. This may be useful when you only want to manually handle errors by using the `captureMessage` and `captureException`.
152
+
153
+
.. code-block:: javascript
154
+
155
+
{
156
+
collectWindowErrors:false
157
+
}
158
+
148
159
.. describe:: sampleRate
149
160
150
161
A sampling rate to apply to events. A value of 0.0 will send no events,
0 commit comments