0.7.1 • Published 3 years ago

@graphprotocol/pino-sentry-simple v0.7.1

Weekly downloads
119
License
MIT
Repository
github
Last release
3 years ago

@graphprotocol/pino-sentry-simple

Forward pino logs to Sentry. A fork of pino-sentry with a few simplifications and error object handling via the err key.

Index

Install

npm install @graphprotocol/pino-sentry-simple -g

Usage

import { createWriteStream } from '@graphprotocol/pino-sentry-simple'

const opts = { /* ... */ }
const stream = createWriteStream({
  dsn: process.env.SENTRY_DSN,
  tagKeys: ['requestId'],    // optional
  excludeKeys: ['username'], // optional
})
const logger = pino(opts, stream)

License

MIT License