We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a836f commit 4cdbb6eCopy full SHA for 4cdbb6e
1 file changed
templates/error/error.html
@@ -44,7 +44,7 @@ <h2>
44
{% block scripts %}
45
{{ super() }}
46
<script nonce="{{ csp_nonce() }}">
47
- gtag('event', '{{ HTTP_STATUS_CODES[error.code] }}' {
+ gtag('event', '{{ HTTP_STATUS_CODES[error.code] }}', {
48
'event_category': 'error',
49
'event_label': '{{ request.path }}',
50
'value': 1
0 commit comments