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(remix): Export missing functions (#10385 , #10391 )
27+ - feat(serverless): Add missing ` @sentry/node ` re-exports (#10390 )
28+ - feat(sveltekit): Add more missing ` @sentry/node ` re-exports (#10392 )
29+ - feat(tracing): Expose new ` browserTracingIntegration ` (#10351 )
30+ - fix: Ensure ` afterAllSetup ` is called when using ` addIntegration() ` (#10372 )
31+ - fix(core): Export ` spanToTraceContext ` function from span utils (#10364 )
32+ - fix(core): Make ` FunctionToString ` integration use SETUP_CLIENTS weakmap (#10358 )
33+ - fix(deno): Call function if client is not setup (#10354 )
34+ - fix(react): Fix attachReduxState option (#10381 )
35+ - fix(spotlight): Use unpatched http.request (#10369 )
36+ - fix(tracing): Only create request span if there is active span (#10375 )
37+ - ref: Read propagation context off of scope and isolation scope when propagating and applying trace context (#10297 )
38+
39+ Work in this release contributed by @AleshaOleg . Thank you for your contribution!
40+
741## 7.98.0
842
943This release primarily fixes some type declaration errors:
@@ -20,7 +54,7 @@ Note: The 7.96.0 release was incomplete. This release is partially encompassing
2054
2155## 7.96.0
2256
23- Note: This release was incomplete. Not all Sentry SDK packages were released for this version. Please upgrade to 7.97 .0
57+ Note: This release was incomplete. Not all Sentry SDK packages were released for this version. Please upgrade to 7.98 .0
2458directly.
2559
2660### Important Changes
0 commit comments