diff --git a/docs/config/index.rst b/docs/config/index.rst index 52f2373e918d..9db3b81325d6 100644 --- a/docs/config/index.rst +++ b/docs/config/index.rst @@ -137,13 +137,13 @@ Putting it all together var options = { logger: 'my-logger', whitelistUrls: [ - /disqus\.com/, /getsentry\.com/ + /disqus\\.com/, /getsentry\\.com/ ], ignoreErrors: [ 'fb_xd_fragment', /ReferenceError:.*/ ], includePaths: [ - /https?:\/\/(www\.)?getsentry\.com/ + /https?:\\/\\/(www\\.)?getsentry\\.com/ ] }; Raven.config('https://public@app.getsentry.com/1', options).install();