4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
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
+
7
44
## 7.98.0
8
45
9
46
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
20
57
21
58
## 7.96.0
22
59
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
24
61
directly.
25
62
26
63
### Important Changes
0 commit comments