Skip to content

Commit 2306940

Browse files
authored
meta: Update CHANGELOG for 7.11.0 (#5588)
1 parent 2f6deeb commit 2306940

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
## 7.11.0
8+
9+
This release introduces updates the [`tracingOrigins` option](https://docs.sentry.io/platforms/javascript/performance/instrumentation/automatic-instrumentation/#tracingorigins) to not attach any headers/create an spans when supplied with an empty array (`[]`). Previously, we would supply the default `tracingOrigins` if an empty array was set as the `tracingOrigins` option.
10+
11+
- fix(core): Suppress stack when `SentryError` isn't an error (#5562)
12+
- feat(nextjs): Wrap server-side getInitialProps (#5546)
13+
- feat(nextjs): Improve pageload transaction creation (#5574)
14+
- feat(nextjs): Add spans and route parameterization in data fetching wrappers (#5564)
15+
- feat(nextjs): Create spans and route parameterization in server-side `getInitialProps` (#5587)
16+
- fix(remix): Use domains to prevent scope bleed (#5570)
17+
- fix(remix): Wrap domains properly on instrumentServer (#5590)
18+
- feat(remix): Add route ID to remix routes (#5568)
19+
- feat(remix): Export a manual wrapper for custom Express servers (#5524)
20+
- feat(tracing): Add long task collection (#5529)
21+
- feat(tracing): Allow for setting of an empty array (#5583)
22+
723
## 7.10.0
824

925
This release introduces the first alpha version of `@sentry/svelte`, our newest JavaScript SDK! For details on how to use it, please see the [README](./packages/svelte/README.md) and [the tracking GitHub issue](https://github.com/getsentry/sentry-javascript/issues/5492).

0 commit comments

Comments
 (0)