mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 18:32:47 +01:00
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
|
<!-- Sentry JS SDK 2.1.+ required -->
|
||
|
<script src="https://cdn.ravenjs.com/2.3.0/raven.min.js"></script>
|
||
|
|
||
|
{% if event_id %}
|
||
|
<script>
|
||
|
Raven.showReportDialog({
|
||
|
eventId: '{{ event_id }}',
|
||
|
dsn: '{{ public_dsn }}'
|
||
|
});
|
||
|
</script>
|
||
|
{% endif %}
|