Make unminified Raven available.

Use the correct sentry dsn.
This commit is contained in:
Jacob Schatz 2016-04-18 12:37:50 -04:00
parent 5f98fdcdc9
commit 001fe515cf
3 changed files with 2438 additions and 5 deletions

View File

@ -55,6 +55,7 @@
#= require_tree .
#= require fuzzaldrin-plus
#= require cropper
#= require raven
window.slugify = (text) ->
text.replace(/[^-a-zA-Z0-9]+/g, '_').toLowerCase()
@ -295,6 +296,6 @@ $ ->
checkInitialSidebarSize()
new Aside()
if gon.sentry_dsn?
Raven.config('your public dsn').install()
Raven.config(gon.sentry_dsn).install()

2435
vendor/assets/javascripts/raven.js vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long