vls-sentry
v2.0.2
Published
VLS Sentry
Downloads
1,256
Readme
Technologies
Usage
npm install vls-sentry
import { LambdaSentry } from 'vls-sentry';
const sentry = new LambdaSentry({ name: '', dsn: '', event: APIGatewayProxyEvent });
sentry.sendAlert(error);