Skip to content

Commit 1908337

Browse files
mydeaLms24
andauthored
Update CHANGELOG.md
Co-authored-by: Lukas Stracke <[email protected]>
1 parent e807679 commit 1908337

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@
1010

1111
- **feat(sveltekit): Auto-wrap `load` functions with proxy module (#7994)**
1212

13-
`@sentry/sveltekit` now auto-wraps load functions in
13+
`@sentry/sveltekit` now auto-wraps `load` functions in
1414

1515
* `+(page|layout).(ts|js)` files (universal loads)
1616
* `+(page|layout).server.(ts|js)` files (server-only loads)
1717

18+
This means that you don't have to manually add the `wrapLoadWithSentry` and `wrapServerLoadWithSentry` functions around your load functions. The SDK will not interfere with already wrapped `load` functions.
19+
20+
For more details, take a look at the [Readme](https://github.com/getsentry/sentry-javascript/blob/develop/packages/sveltekit/README.md#configure-auto-instrumentation)
21+
1822
- **chore(angular): Upgrade `peerDependencies` to Angular 16 (#8035)**
1923

2024
We now officially support Angular 16 in `@sentry/angular-ivy`.

0 commit comments

Comments
 (0)