0.1.3 • Published 2 years ago

error-monitoring v0.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Monitoring all errors

npm

Installation

npm install error-monitoring

Usage

<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>

Author

Reza Karimi

0.0.1

2 years ago

1.0.1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.1.3

2 years ago

1.0.0

2 years ago