yefei / zenweb-sentry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zenweb-sentry

zenweb sentry module

Quick start

$ npm i @zenweb/sentry

app.js

'use strict';

const app = module.exports = require('zenweb').create();
const { default: sentry } = require('@zenweb/sentry');

app.setup(sentry({ dsn: 'xxxxx' }));

app.start();

About

License:MIT License


Languages

Language:TypeScript 100.0%