@zenweb/sentry
TypeScript icon, indicating that this package has built-in type declarations

2.3.0 • Public • Published

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();

Readme

Keywords

Package Sidebar

Install

npm i @zenweb/sentry

Weekly Downloads

0

Version

2.3.0

License

MIT

Unpacked Size

3.92 kB

Total Files

8

Last publish

Collaborators

  • yefei777