@logtape/sentry
v2.0.4
Published
LogTape Sentry sink
Readme
@logtape/sentry: LogTape Sentry Sink
This package provides a Sentry sink for LogTape. It allows you to capture your LogTape logs and send them to Sentry.

Installation
This package is available on JSR and npm. You can install it for various JavaScript runtimes and package managers:
deno add jsr:@logtape/sentry # for Deno
npm add @logtape/sentry # for npm
pnpm add @logtape/sentry # for pnpm
yarn add @logtape/sentry # for Yarn
bun add @logtape/sentry # for BunYou'll also need to install a Sentry SDK for your runtime:
# Node.js
npm add @sentry/node
# Deno (requires both packages at same version)
deno add npm:@sentry/deno npm:@sentry/core
# Bun
bun add @sentry/bunDocs
The documentation for this package is available at https://logtape.org/sinks/sentry.
For API references, see https://jsr.io/@logtape/sentry.
