Skip to content

Commit e4aa33e

Browse files
committed
meta(changelog): Update changelog for 7.99.0
1 parent 9690d7d commit e4aa33e

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@
44

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

7+
## 7.99.0
8+
9+
### Important Changes
10+
11+
#### Deprecations
12+
13+
This release includes some deprecations for span related methods and integrations in our Deno SDK, `@sentry/deno`. For more details please look at our [migration guide](https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md).
14+
15+
- feat(core): Deprecate `Span.setHttpStatus` in favor of `setHttpStatus` (#10268)
16+
- feat(core): Deprecate `spanStatusfromHttpCode` in favour of `getSpanStatusFromHttpCode` (#10361)
17+
- feat(core): Deprecate `StartSpanOptions.origin` in favour of passing attribute (#10274)
18+
- feat(deno): Expose functional integrations to replace classes (#10355)
19+
- feat(tracing): Expose new `browserTracingIntegration` (#10351)
20+
21+
### Other Changes
22+
23+
- feat(core): Add `afterAllSetup` hook for integrations (#10345)
24+
- feat(remix): Export missing functions (#10385)
25+
- fix: Ensure `afterAllSetup` is called when using `addIntegration()` (#10372)
26+
- fix(core): Export `spanToTraceContext` function from span utils (#10364)
27+
- fix(core): Make `FunctionToString` integration use SETUP_CLIENTS weakmap (#10358)
28+
- fix(deno): Call function if client is not setup (#10354)
29+
- fix(react): Fix attachReduxState option (#10381)
30+
- fix(spotlight): Use unpatched http.request (#10369)
31+
- fix(tracing): Only create request span if there is active span (#10375)
32+
- ref: Read propagation context off of scope and isolation scope when propagating and applying trace context (#10297)
33+
34+
Work in this release contributed by @AleshaOleg. Thank you for your contribution!
35+
736
## 7.98.0
837

938
This release primarily fixes some type declaration errors:
@@ -20,8 +49,7 @@ Note: The 7.96.0 release was incomplete. This release is partially encompassing
2049

2150
## 7.96.0
2251

23-
Note: This release was incomplete. Not all Sentry SDK packages were released for this version. Please upgrade to 7.97.0
24-
directly.
52+
Note: This release was incomplete. Not all Sentry SDK packages were released for this version. Please upgrade to 7.98.0 directly.
2553

2654
### Important Changes
2755

0 commit comments

Comments
 (0)