-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
+674
−382
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Gitflow] Merge master into develop
…14411) The link to the homepage results in a 404.
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>
…ts/test-applications/tanstack-router (#14630)
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...
Lms24
approved these changes
Dec 11, 2024
lforst
reviewed
Dec 11, 2024
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`. |
There was a problem hiding this comment.
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`. |
lforst
approved these changes
Dec 11, 2024
chargome
approved these changes
Dec 11, 2024
size-limit report 📦
|
eba6102
to
0cf7f70
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.