You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-2Lines changed: 30 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,35 @@
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 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)
0 commit comments