File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 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+
1333Work in this release was contributed by @robinvw1 . Thank you for your contribution!
1434
1535## 8.43.0
You can’t perform that action at this time.
0 commit comments