mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
11 lines
251 B
HTML
11 lines
251 B
HTML
<!-- 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 %}
|