Skip to content

K-Chang32/pino-sentry-simple

Repository files navigation

@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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published