Skip to content

Commit fe2e0ab

Browse files
author
Luca Forstner
committed
minor yeet
1 parent 4cdadc4 commit fe2e0ab

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

docs/migration/v8-to-v9.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -439,17 +439,13 @@ The following changes are unlikely to affect users of the SDK. They are listed h
439439

440440
## 5. Build Changes
441441

442-
The CJS code for the SDK now only contains compatibility statements for CJS/ESM in modules that have default exports:
442+
- The CJS code for the SDK now only contains compatibility statements for CJS/ESM in modules that have default exports:
443443

444-
```js
445-
Object.defineProperty(exports, '__esModule', { value: true });
446-
```
447-
448-
Let us know if this is causing issues in your setup by opening an issue on GitHub.
449-
450-
### `@sentry/deno`
444+
```js
445+
Object.defineProperty(exports, '__esModule', { value: true });
446+
```
451447

452-
- The minimum supported Deno version for the Deno SDK (`@sentry/deno`) is now **2.0.0**.
448+
Let us know if this is causing issues in your setup by opening an issue on GitHub.
453449

454450
- `@sentry/deno` is no longer published on the `deno.land` registry so you'll need to import the SDK from npm:
455451

0 commit comments

Comments
 (0)