🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

errorlogger-sdk

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

errorlogger-sdk

Error Logger SDK for frontend

latest
Source
npmnpm
Version
0.8.2
Version published
Weekly downloads
23
155.56%
Maintainers
1
Weekly downloads
 
Created
Source

ErrorLogger logo

ErrorLogger

npm version

  • ErrorLogger is minimalistic library for monitoring bugs on your frontend applications.
  • Fully written in Typescript.
  • Works perfectly with:
    • Angular
    • React
    • VueJS
    • Svelte
    • Nuxt
    • NextJS
    • Javascript

Installation

  npm i errorlogger-sdk --save

  yarn add errorlogger-sdk

Getting Started

import { ErrorLoggerClient } from 'errorlogger-sdk/build/client/ErrorLoggerClient'

new ErrorLoggerClient({
  dsn: '<DSN-KEY>',
  environment: 'production|development'
});
  • Documentation

Licences

The ErrorLogger package is open source software licensed under the license GNU GENERAL PUBLIC LICENSE.

Keywords

error

FAQs

Package last updated on 30 May 2020

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