Skip to content

Commit 79c2c2a

Browse files
authored
feat(deno): Deprecate Deno SDK as published on deno.land (#15121)
1 parent b0dc860 commit 79c2c2a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/deno/README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
## Links
1414

15-
- [SDK on Deno registry](https://deno.land/x/sentry)
1615
- [Official SDK Docs](https://docs.sentry.io/quickstart/)
1716
- [TypeDoc](http://getsentry.github.io/sentry-javascript/)
1817

@@ -21,14 +20,13 @@ The Sentry Deno SDK is in beta. Please help us improve the SDK by
2120

2221
## Usage
2322

23+
> DEPRECATION NOTICE: The Sentry Deno SDK as published on the Deno registry (deno.land) is deprecated.
24+
> Import the package from the npm registry instead.
25+
2426
To use this SDK, call `Sentry.init(options)` as early as possible in the main entry module. This will initialize the SDK
2527
and hook into the environment. Note that you can turn off almost all side effects using the respective options.
2628

2729
```javascript
28-
// Import from the Deno registry
29-
import * as Sentry from 'https://deno.land/x/sentry/index.mjs';
30-
31-
// or import from npm registry
3230
import * as Sentry from 'npm:@sentry/deno';
3331

3432
Sentry.init({

0 commit comments

Comments
 (0)