Skip to content

Commit ecfdee6

Browse files
authored
Add sentry
1 parent 830f97d commit ecfdee6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ <h1>Acknowledgements</h1>
9393
<p></p>
9494
</div>
9595
</div>
96-
96+
<script src="https://cdn.ravenjs.com/3.25.2/raven.min.js" crossorigin="anonymous"></script>
97+
<script>
98+
Raven.config('https://[email protected]/1213149').install()
99+
</script>
97100
<script type="text/javascript" src="/assets/app.bundle.js"></script>
98101
</body>
99102
</html>

0 commit comments

Comments
 (0)