You are here

constant RAVEN_JS_CDN_URL in Raven: Sentry Integration 7

@file Allows to track errors to Sentry server.

2 uses of RAVEN_JS_CDN_URL
raven_page_build in ./raven.module
Implements hook_page_build().
raven_settings_form in ./raven.admin.inc
Returns set settings form for Raven.

File

./raven.module, line 7
Allows to track errors to Sentry server.

Code

define('RAVEN_JS_CDN_URL', 'https://cdn.ravenjs.com/3.0.4/raven.min.js');