Add support for in browser sentry
This commit is contained in:
parent
65ca41ff8d
commit
541df2d961
8 changed files with 79 additions and 2 deletions
|
@ -17,7 +17,9 @@
|
|||
= csrf_meta_tags
|
||||
|
||||
:javascript
|
||||
DATA = [];
|
||||
DATA = [{
|
||||
sentry: #{raw(sentry_config)}
|
||||
}];
|
||||
%body
|
||||
= render partial: 'layouts/support_navigator_banner'
|
||||
= render partial: 'layouts/pre_maintenance'
|
||||
|
|
|
@ -22,7 +22,9 @@
|
|||
= stylesheet_link_tag :xray
|
||||
|
||||
:javascript
|
||||
DATA = [];
|
||||
DATA = [{
|
||||
sentry: #{raw(sentry_config)}
|
||||
}];
|
||||
%body
|
||||
.page-wrapper
|
||||
= render partial: "layouts/support_navigator_banner"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue