1.0.2 • Published 3 months ago

@carisls/sentry-node-etl v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

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

3 months ago

1.0.1

3 months ago

1.0.0

9 months ago