File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 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+
2426To use this SDK, call ` Sentry.init(options) ` as early as possible in the main entry module. This will initialize the SDK
2527and 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
3230import * as Sentry from ' npm:@sentry/deno' ;
3331
3432Sentry .init ({
You can’t perform that action at this time.
0 commit comments