Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

# Official Sentry SDK for Deno (Beta)

> [!IMPORTANT]
> This repository is a legacy mirror for the Deno registry and is no longer updated with current SDK releases.
> The Sentry Deno SDK now lives in the
> [`getsentry/sentry-javascript`](https://github.com/getsentry/sentry-javascript/tree/develop/packages/deno)
> monorepo and should be imported from npm with `npm:@sentry/deno`.

[![npm version](https://img.shields.io/npm/v/@sentry/deno.svg)](https://www.npmjs.com/package/@sentry/deno)
[![npm dm](https://img.shields.io/npm/dm/@sentry/deno.svg)](https://www.npmjs.com/package/@sentry/deno)
[![npm dt](https://img.shields.io/npm/dt/@sentry/deno.svg)](https://www.npmjs.com/package/@sentry/deno)
Expand All @@ -20,9 +26,6 @@ The Sentry Deno SDK is in beta. Please help us improve the SDK by

## Usage

> DEPRECATION NOTICE: The Sentry Deno SDK as published on the Deno registry (deno.land) is deprecated.
> Import the package from the npm registry instead.

To use this SDK, call `Sentry.init(options)` as early as possible in the main entry module. This will initialize the SDK
and hook into the environment. Note that you can turn off almost all side effects using the respective options.

Expand Down
Loading