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 @@
#= 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()
\ No newline at end of file
Raven.config(gon.sentry_dsn).install()
\ 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