JSPM

error-monitoring-js

0.0.5
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 3
    • Score
      100M100P100Q23770F
    • License ISC

    error monitoring for js applications.

    Package Exports

    • error-monitoring-js
    • error-monitoring-js/src/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (error-monitoring-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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