10 lines
324 B
PHTML
10 lines
324 B
PHTML
{% php $softwareConfig = di_get(\Negundo\Client\SoftwareConfig::class) %}
|
|
|
|
<script src="{% asset 'static/negundo/js/debug.js' %}"></script>
|
|
|
|
<script>
|
|
new ErrorHandler({
|
|
url: "{{ rtrim($softwareConfig->serverUrl, '/') }}/bug/client/report",
|
|
apikey: "{{ $softwareConfig->softwareHash }}"
|
|
});
|
|
</script> |