1.1.2 • Published 1 year ago

pino-sentry-breadcrumbs v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

pino-sentry-breadcrumbs

A way to add breadcrumbs of your pino logs.

Usage

import {PinoSentry} from "pino-sentry-breadcrumbs"
import pino from "pino";
import {init} from "@sentry/node";

const logger = pino()
init({
  ...
  integrations: [new PinoSentry(logger)]
})

Installation

npm install pino-sentry-breadcrumbs

yarn add pino-sentry-breadcrumbs

State

Should be fully functional.

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago