0.0.5 • Published 10 months ago

error-monitoring-js v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months 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