File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments