Skip to content

Commit 0929dbf

Browse files
smeubanklizokm
andauthored
Remove NPM download (#9252)
* Remove NPM download Until this is resolvedhttps://github.com/getsentry/sentry-javascript/issues/10770 * Update platform-includes/getting-started-config/javascript.deno.mdx --------- Co-authored-by: Liza Mock <[email protected]>
1 parent acff681 commit 0929dbf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

platform-includes/getting-started-config/javascript.deno.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
```javascript
2-
// Import from the Deno registry
2+
// import from the Deno registry
33
import * as Sentry from "https://deno.land/x/sentry/index.mjs";
44

5-
// or import from npm registry
6-
import * as Sentry from "npm:@sentry/deno";
7-
85
Sentry.init({
96
dsn: "___PUBLIC_DSN___",
107
// ...

0 commit comments

Comments
 (0)