Skip to content

Commit 5663a42

Browse files
authored
Added Sentry.io supports
1 parent 70ccbb3 commit 5663a42

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,15 @@ <h2>QR Code Generator</h2>
4040
<p>Made with ❤️ by LCS</p>
4141
</footer>
4242
</body>
43-
</html>
43+
</html>
44+
45+
<!--Load Sentry.io-->
46+
<script
47+
src="https://js.sentry-cdn.com/3410730c33a0ed28fc51370949258ba8.min.js"
48+
crossorigin="anonymous"
49+
></script>
50+
51+
<!--Trigger Error-->
52+
<script>
53+
myUndefinedFunction();
54+
</script>

0 commit comments

Comments
 (0)