Commit 001fe515 authored by Jacob Schatz's avatar Jacob Schatz

Make unminified Raven available.

Use the correct sentry dsn.
parent 5f98fdcd
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
#= require_tree . #= require_tree .
#= require fuzzaldrin-plus #= require fuzzaldrin-plus
#= require cropper #= require cropper
#= require raven
window.slugify = (text) -> window.slugify = (text) ->
text.replace(/[^-a-zA-Z0-9]+/g, '_').toLowerCase() text.replace(/[^-a-zA-Z0-9]+/g, '_').toLowerCase()
...@@ -295,6 +296,6 @@ $ -> ...@@ -295,6 +296,6 @@ $ ->
checkInitialSidebarSize() checkInitialSidebarSize()
new Aside() new Aside()
if gon.sentry_dsn? if gon.sentry_dsn?
Raven.config('your public dsn').install() Raven.config(gon.sentry_dsn).install()
\ No newline at end of file \ No newline at end of file
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment