@carisls/sentry-node-etl

1.0.2 • Public • Published

Sentry Node (ETL)

Introduction

NPM Version NPM Downloads Install Size

This is a simple tool to add Sentry monitoring to any ETL project.

How to add to your application?

Add this code after you initialize express app.

const sentryEtl = require('@carisls/sentry-node-etl');
sentryEtl(
  'my-etl-monitor',
  process.env.SENTRY_DSN,
  process.env.SENTRY_ENV, 
  process.env.GIT_SHA || 'v1.0.0'  // optional
);

Readme

Keywords

Package Sidebar

Install

npm i @carisls/sentry-node-etl

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

3.92 kB

Total Files

7

Last publish

Collaborators

  • mstrujic-caris
  • michaelortho