1.1.2 • Published 1 year ago

@carisls/sentry-node-etl v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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.1.1

1 year ago

1.1.0

1 year ago

1.1.2

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

2 years ago