Disable JS-Sentry in development

This commit is contained in:
Sebastian Serth
2020-10-08 19:56:37 +02:00
parent e550828c58
commit ca778e4d9a

View File

@ -16,6 +16,7 @@ html lang='en'
= yield(:head)
= csrf_meta_tags
= timeago_script_tag
- unless Raven.configuration.current_environment == "development"
script type="text/javascript"
| I18n.defaultLocale = "#{I18n.default_locale}";
| I18n.locale = "#{I18n.locale}";