mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
added sentry
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Download your file</title>
|
||||
{{> sentry dsn=dsn}}
|
||||
<script src="/bundle.js"></script>
|
||||
<link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/main.css" />
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Firefox Fileshare</title>
|
||||
{{> sentry dsn=dsn}}
|
||||
<script src="/bundle.js"></script>
|
||||
<link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/main.css" />
|
||||
|
||||
3
views/partials/sentry.handlebars
Normal file
3
views/partials/sentry.handlebars
Normal file
@@ -0,0 +1,3 @@
|
||||
<script>
|
||||
window.dsn = '{{{dsn}}}';
|
||||
</script>
|
||||
Reference in New Issue
Block a user