feat: (wip) add error reporting

This commit is contained in:
Baptiste Grob
2020-11-03 16:50:42 +01:00
parent 2e70ea7cd6
commit 0e9cdba215
7 changed files with 129 additions and 5 deletions

View File

@@ -32,6 +32,7 @@
window._default_sync_server = "<%= ENV['SF_DEFAULT_SERVER'] %>";
window._extensions_manager_location = "<%= ENV['EXTENSIONS_MANAGER_LOCATION'] %>";
window._batch_manager_location = "<%= ENV['BATCH_MANAGER_LOCATION'] %>";
window._bugsnag_api_key = "<%= ENV['BUGSNAG_API_KEY'] %>";
</script>
<% if Rails.env.development? %>