Skip to content

Commit

Permalink
Simplify migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiborza committed Dec 23, 2024
1 parent 749035d commit efaa98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration/v8-to-v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Let us know if this is causing issues in your setup by opening an issue on GitHu

### `@sentry/deno`

- The Sentry import from the deno registry has changed from `import * as Sentry from 'https://deno.land/x/sentry/index.mjs'` to `import * as Sentry from 'https://deno.land/x/sentry/build/index.mjs'`
- The import of Sentry from the deno registry has changed. Use `import * as Sentry from 'https://deno.land/x/sentry/build/index.mjs'` instead.

## 6. Type Changes

Expand Down

0 comments on commit efaa98b

Please sign in to comment.