提交 001fe515 编写于 作者: J Jacob Schatz

Make unminified Raven available.

Use the correct sentry dsn.
上级 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
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册