sentry refactoring
This commit is contained in:
parent
4e7ad0f117
commit
1e3705616d
2
resources/assets/js/mixins/global.js
vendored
2
resources/assets/js/mixins/global.js
vendored
@ -44,7 +44,7 @@ import { BrowserTracing } from "@sentry/tracing";
|
||||
|
||||
Sentry.init({
|
||||
Vue,
|
||||
dsn: "",
|
||||
dsn: sentry_dsn,
|
||||
logErrors: true,
|
||||
integrations: [
|
||||
new BrowserTracing({
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
var company_currency_code = '{{ default_currency() }}';
|
||||
var sentry_dsn = "https://9ffc5a5f104d4087911f60714e8bdbe9@o4503982427078656.ingest.sentry.io/4503999793594368";
|
||||
</script>
|
||||
|
||||
@stack('scripts_start')
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
var company_currency_code = '{{ default_currency() }}';
|
||||
var sentry_dsn = "https://9ffc5a5f104d4087911f60714e8bdbe9@o4503982427078656.ingest.sentry.io/4503999793594368";
|
||||
</script>
|
||||
|
||||
@stack('scripts_start')
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
var company_currency_code = '{{ default_currency() }}';
|
||||
var sentry_dsn = "https://9ffc5a5f104d4087911f60714e8bdbe9@o4503982427078656.ingest.sentry.io/4503999793594368";
|
||||
</script>
|
||||
|
||||
@stack('scripts_start')
|
||||
|
@ -1,3 +1,3 @@
|
||||
<div class="flex flex-col lg:flex-row sm:mt-12">
|
||||
<div {{ ((! $attributes->has('override')) || ($attributes->has('override') && ! in_array('class', explode(',', $attributes->get('override'))))) ? $attributes->merge(['class' => 'flex flex-col lg:flex-row sm:mt-12']) : $attributes }}>
|
||||
{!! $slot !!}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user