added sentry
This commit is contained in:
parent
6d8330992d
commit
50714d35a5
12 changed files with 1065 additions and 961 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue