Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta(changelog): Update changelog for 8.44.0 #14667

Merged
merged 24 commits into from
Dec 11, 2024
Merged

Conversation

s1gr1d
Copy link
Member

@s1gr1d s1gr1d commented Dec 11, 2024

No description provided.

Jeffreyhung and others added 23 commits December 9, 2024 14:50
[Gitflow] Merge master into develop
feat(release): Replace release bot with GH app
This PR adds the external contributor to the CHANGELOG.md file, so that
they are credited for their contribution. See #14411

Co-authored-by: AbhiPrasad <18689448+AbhiPrasad@users.noreply.github.com>
Get rid of some type casts around browser timing events/metrics capture.
…4634)

This implements the `response` context for http.server spans
(https://develop.sentry.dev/sdk/data-model/event-payloads/contexts/#response-context).

I opted to not implement this for the browser, as we do not really
expect server spans there. I added a test there anyhow to show the shape
of the transaction event, so we can adjust this easier if we want in the
future.

Closes #14619
Closes #14634
Co-authored-by: Francesco Gringl-Novy <francesco.novy@sentry.io>
Forgot to update this for canary tests, oops...
@s1gr1d s1gr1d requested review from mydea, lforst and chargome December 11, 2024 15:24
CHANGELOG.md Outdated

- **feat: Deprecate `autoSessionTracking` ([#14640](https://github.com/getsentry/sentry-javascript/pull/14640))**

Deprecates `autoSessionTracking`. Instead, use the `trackIncomingRequestsAsSessions` option in `browserSessionIntegration` and `httpIntegration`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Deprecates `autoSessionTracking`. Instead, use the `trackIncomingRequestsAsSessions` option in `browserSessionIntegration` and `httpIntegration`.
Deprecates `autoSessionTracking`.
To enable session tracking, it is recommended to unset `autoSessionTracking` and ensure that either, in browser environments the `browserSessionIntegration` is added, or in server environments the `httpIntegration` is added.
To disable session tracking, it is recommended unset `autoSessionTracking` and to remove the `browserSessionIntegration` in browser environments, or in server environments configure the `httpIntegration` with the `trackIncomingRequestsAsSessions` option set to `false`.

Copy link
Contributor

github-actions bot commented Dec 11, 2024

size-limit report 📦

Path Size % Change Change
@sentry/browser 23.27 KB added added
@sentry/browser - with treeshaking flags 21.94 KB added added
@sentry/browser (incl. Tracing) 35.77 KB added added
@sentry/browser (incl. Tracing, Replay) 73 KB added added
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.4 KB added added
@sentry/browser (incl. Tracing, Replay with Canvas) 77.31 KB added added
@sentry/browser (incl. Tracing, Replay, Feedback) 89.8 KB added added
@sentry/browser (incl. Feedback) 40.02 KB added added
@sentry/browser (incl. sendFeedback) 27.88 KB added added
@sentry/browser (incl. FeedbackAsync) 32.67 KB added added
@sentry/react 25.94 KB added added
@sentry/react (incl. Tracing) 38.59 KB added added
@sentry/vue 27.47 KB added added
@sentry/vue (incl. Tracing) 37.61 KB added added
@sentry/svelte 23.43 KB added added
CDN Bundle 24.41 KB added added
CDN Bundle (incl. Tracing) 37.43 KB added added
CDN Bundle (incl. Tracing, Replay) 72.62 KB added added
CDN Bundle (incl. Tracing, Replay, Feedback) 77.98 KB added added
CDN Bundle - uncompressed 71.69 KB added added
CDN Bundle (incl. Tracing) - uncompressed 110.99 KB added added
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.06 KB added added
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.28 KB added added
@sentry/nextjs (client) 38.88 KB added added
@sentry/sveltekit (client) 36.27 KB added added
@sentry/node 162.4 KB added added
@sentry/node - without tracing 98.57 KB added added
@sentry/aws-serverless 126.27 KB added added

@s1gr1d s1gr1d force-pushed the prepare-release/8.44.0 branch from eba6102 to 0cf7f70 Compare December 11, 2024 15:52
@s1gr1d s1gr1d merged commit 8365df0 into master Dec 11, 2024
154 checks passed
@s1gr1d s1gr1d deleted the prepare-release/8.44.0 branch December 11, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants