UNPKG

error-monitoring-js

Version:

error monitoring for js applications.

18 lines (15 loc) 299 B
<script type="module"> import Monitoring from "./node_modules/error-monitoring/src/index.js"; try { Monitoring.init({ dsn: "a2918bf3b6d6867d96385add0a8cc5042f35a4e6" }); } finally {} function c() { b() } function b() { fj() } c() </script>