Skip to content

Commit bdab74d

Browse files
committed
chore(changelog): clarify v0.12.0 release notes
1 parent 289b405 commit bdab74d

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

changelog.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,19 @@ editLink: false
2828

2929
### [v0.12.0](https://github.com/compasjs/compas/releases/tag/v0.12.0)
3030

31-
#### Breaking changes
31+
#### Notable changes
3232

33-
- feat(stdlib): support Sentry V8
33+
- feat(stdlib): support Sentry v8
3434
[`8891d3`](https://github.com/compasjs/compas/commit/8891d38d76fdb7c5043241d6fef1b0a8eaf0f20b)
35-
- Requires Sentry v8+. This should result in the same information in Sentry,
36-
since Compas already used the new Span based api's.
37-
- Removes the need for `_experiments.metricsAggregator`
38-
- Use lazy imports after `Sentry.init`, this allows Sentry to instrument other
39-
imports.
40-
- Removes the need for calling
41-
`Sentry.autoDiscoverNodePerformanceMonitoringIntegrations()`.
42-
- Removes the need for explicitly setting `captureErrorCause: true`.
35+
- Compatible with both Sentry v7 & v8.
36+
- Note that Sentry v8 uses Node.js Module Loader hooks, which doesn't support
37+
primitive live bindings and thus might break your application. Watch
38+
https://github.com/getsentry/sentry-javascript/issues/12806 for updates.
39+
- For v8, the following options can be removed from the `Sentry.init` call:
40+
- Removes the need for `_experiments.metricsAggregator`
41+
- Removes the need for calling
42+
`Sentry.autoDiscoverNodePerformanceMonitoringIntegrations()`.
43+
- Removes the need for explicitly setting `captureErrorCause: true`.
4344

4445
#### Features
4546

0 commit comments

Comments
 (0)