{# Boots the Sentry JavaScript SDK. Injected into the head of every Indico page through the `html-head` template hook. The inline script below must keep its opening tag free of attributes: Indico's template loader looks for exactly that and rewrites it to carry the page's CSP nonce, and an opening tag with attributes would miss out. #} {% macro render_frontend(ctx) %} {%- if ctx.trace %} {%- if ctx.trace.baggage %} {%- endif %} {%- endif %} {% endmacro %}