🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

wb-frontend-monitoring

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wb-frontend-monitoring

```typescript npm i wb-frontend-monitoring ```

1.1.0
latest
Version published
Weekly downloads
33
57.14%
Maintainers
0
Weekly downloads
 
Created

frontend error logger

Usage/Examples

npm i wb-frontend-monitoring
import WbErrorLogger from "wb-frontend-monitoring/index";

or

const WbErrorLogger = require("wb-frontend-monitoring");

on App.vue.

WbErrorLogger.init({
  includeWarn: true, // not required props
  callback(errorDetails) {
    console.log(errorDetails);
    //fetch to your api
  },
});

FAQs

Package last updated on 07 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts