Skip to content

Commit 0cf7f70

Browse files
committed
meta(changelog): Update changelog for 8.44.0
1 parent 67b8d3e commit 0cf7f70

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@
1010

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

13+
## 8.44.0
14+
15+
### Deprecations
16+
17+
- **feat: Deprecate `autoSessionTracking` ([#14640](https://github.com/getsentry/sentry-javascript/pull/14640))**
18+
19+
Deprecates `autoSessionTracking`.
20+
To enable session tracking, it is recommended to unset `autoSessionTracking` and ensure that either, in browser environments
21+
the `browserSessionIntegration` is added, or in server environments the `httpIntegration` is added.
22+
23+
To disable session tracking, it is recommended to unset `autoSessionTracking` and to remove the `browserSessionIntegration` in
24+
browser environments, or in server environments configure the `httpIntegration` with the `trackIncomingRequestsAsSessions` option set to `false`.
25+
26+
### Other Changes
27+
28+
- feat: Reword log message around unsent spans ([#14641](https://github.com/getsentry/sentry-javascript/pull/14641))
29+
- feat(opentelemetry): Set `response` context for http.server spans ([#14634](https://github.com/getsentry/sentry-javascript/pull/14634))
30+
- fix(google-cloud-serverless): Update homepage link in package.json ([#14411](https://github.com/getsentry/sentry-javascript/pull/14411))
31+
- fix(nuxt): Add unbuild config to not fail on warn ([#14662](https://github.com/getsentry/sentry-javascript/pull/14662))
32+
1333
Work in this release was contributed by @robinvw1. Thank you for your contribution!
1434

1535
## 8.43.0

0 commit comments

Comments
 (0)