UNPKG
error-monitoring-js
Version:
latest (0.0.5)
0.0.5
error monitoring for js applications.
error-monitoring-js
/
test
/
index.html
18 lines
(15 loc)
•
299 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<
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
>