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: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,13 @@ cross-domain requests.
77
77
**signatureUrl** - Use a server side url to get a signature for the message.
78
78
See below in the "Security" section for more details.
79
79
80
-
**ignoreErrors** - An array of error messages that should not get passed to sentry. You'll probably want to set this to `["Script error."]`.
80
+
**ignoreErrors** - An array of error messages that should not get passed to
81
+
Sentry. You'll probably want to set this to `["Script error."]`.
81
82
82
-
**ignoreUrls** - An array of regular expressions matching urls which will not get passed to sentry. Ie. you should set it to [/maps.google.com/] to avoid logging of errors which happens in Google Maps scripts or to [/jquery.js$/] to ignore errors in jquery library.
83
+
**ignoreUrls** - An array of regular expressions matching urls which will not
84
+
get passed to Sentry. For example, you could set it to
85
+
`[/ajax\.googleapis\.com\/ajax\/libs\/jquery/i]` to ignore errors from the
0 commit comments