Skip to content

Commit 818d959

Browse files
AbhiPrasadLms24
authored andcommitted
meta(changelog): Update changelog for 7.99.0
Apply suggestions from code review
1 parent 527e278 commit 818d959

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,43 @@
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
14+
more details please look at our
15+
[migration guide](https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md).
16+
17+
- feat(core): Deprecate `Span.setHttpStatus` in favor of `setHttpStatus` (#10268)
18+
- feat(core): Deprecate `spanStatusfromHttpCode` in favour of `getSpanStatusFromHttpCode` (#10361)
19+
- feat(core): Deprecate `StartSpanOptions.origin` in favour of passing attribute (#10274)
20+
- feat(deno): Expose functional integrations to replace classes (#10355)
21+
22+
### Other Changes
23+
24+
- feat(bun): Add missing `@sentry/node` re-exports (#10396)
25+
- feat(core): Add `afterAllSetup` hook for integrations (#10345)
26+
- feat(core): Ensure `startSpan()` can handle spans that require parent (#10386)
27+
- feat(core): Read propagation context off scopes in `startSpan` APIs (#10300)
28+
- feat(remix): Export missing `@sentry/node` functions (#10385, #10391)
29+
- feat(serverless): Add missing `@sentry/node` re-exports (#10390)
30+
- feat(sveltekit): Add more missing `@sentry/node` re-exports (#10392)
31+
- feat(tracing): Export proper type for browser tracing (#10411)
32+
- feat(tracing): Expose new `browserTracingIntegration` (#10351)
33+
- fix: Ensure `afterAllSetup` is called when using `addIntegration()` (#10372)
34+
- fix(core): Export `spanToTraceContext` function from span utils (#10364)
35+
- fix(core): Make `FunctionToString` integration use SETUP_CLIENTS weakmap (#10358)
36+
- fix(deno): Call function if client is not setup (#10354)
37+
- fix(react): Fix attachReduxState option (#10381)
38+
- fix(spotlight): Use unpatched http.request (#10369)
39+
- fix(tracing): Only create request span if there is active span (#10375)
40+
- ref: Read propagation context off of scope and isolation scope when propagating and applying trace context (#10297)
41+
42+
Work in this release contributed by @AleshaOleg. Thank you for your contribution!
43+
744
## 7.98.0
845

946
This release primarily fixes some type declaration errors:
@@ -20,7 +57,7 @@ Note: The 7.96.0 release was incomplete. This release is partially encompassing
2057

2158
## 7.96.0
2259

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

2663
### Important Changes

0 commit comments

Comments
 (0)