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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    11
  • 1.0.1
    10
  • 1.0.0
    8

Package Sidebar

Install

npm i @carisls/sentry-node-etl

Weekly Downloads

29

Version

1.0.2

License

MIT

Unpacked Size

3.92 kB

Total Files

7

Last publish

Collaborators

  • mstrujic-caris
  • michaelortho