-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
meta: Update CHANGELOG for 7.87.0 #9817
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
Merged
Merged
Conversation
This file contains hidden or 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
To make sure we keep up to date with sentry-cli and vite plugin deps, add dependabot reminders for them.
…anvas recording (#9723) SDK _experiments configuration flag to enable canvas recording. It allows snapshot canvas recording at 4fps. Closes https://github.com/getsentry/team-replay/issues/306 --------- Co-authored-by: Billy Vong <[email protected]>
> * Revert "fix: isCheckout is not included in fullsnapshot event (rrweb-io#1141)" Fixes an issue where Meta event is being lost in buffered replays. > revert: feat: Remove plugins related code, which is not used #123 > feat: Export additional canvas-related types and functions (#134) Changes needed for canvas playback > feat: Skip addHoverClass when stylesheet is >= 1MB #130 Affects playback only
…9801) To avoid this static method there. It is deprecated to use `Scope.clone()` (but still works), but better to just use `scope.clone()` or `new Scope()` directly.
Adds a hydration error breadcrumb for nextjs / other react ssr frameworks. fixes #9649
latest vscode will attempt to correct these values every time you open the project. **The new options are:** explicit - Triggers Code Actions when explicitly saved. Same as true. always - Triggers Code Actions when explicitly saved and on Auto Saves from window or focus changes. never - Never triggers Code Actions on save. Same as false. https://code.visualstudio.com/updates/v1_85#_code-actions-on-save-and-auto
This can be used instead of `getCurrentHub().getScope()`, and is a step towards getting rid of `getCurrentHub()` as a top level API.
- iterate over route segments to replace parameter values - decode raw url to match previously unmatched param values - prioritize multi-segment [rest parameters](https://docs.astro.build/en/core-concepts/routing/#rest-parameters) before iterating over individual segments
mydea
reviewed
Dec 13, 2023
lforst
approved these changes
Dec 13, 2023
remove refs Update CHANGELOG.md Co-authored-by: Francesco Novy <[email protected]>
eb786f2
to
28ba019
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.
(I couldn't resist 😅)