We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ccbb3 commit 5663a42Copy full SHA for 5663a42
1 file changed
index.html
@@ -40,4 +40,15 @@ <h2>QR Code Generator</h2>
40
<p>Made with ❤️ by LCS</p>
41
</footer>
42
</body>
43
-</html>
+</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