Skip to content

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 16 commits into from
Dec 13, 2023
Merged

meta: Update CHANGELOG for 7.87.0 #9817

merged 16 commits into from
Dec 13, 2023

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Dec 13, 2023

image

(I couldn't resist 😅)

github-actions bot and others added 15 commits December 7, 2023 11:28
[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.
This has a side effect in `@sentry/browser`, so importing from there is
not safe. Instead just directly import this from core.
…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.
Where possible, we should use the new `processEvent` and/or `setup`
hooks of the integrations, instead of `setupOnce`. This updates this for
the deno integrations.
- 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
@Lms24 Lms24 requested review from lforst and mydea December 13, 2023 12:25
@Lms24 Lms24 changed the base branch from develop to master December 13, 2023 12:35
@Lms24 Lms24 changed the base branch from master to develop December 13, 2023 12:37
remove refs

Update CHANGELOG.md

Co-authored-by: Francesco Novy <[email protected]>
@Lms24 Lms24 force-pushed the prepare-release/7.87.0 branch from eb786f2 to 28ba019 Compare December 13, 2023 12:38
@Lms24 Lms24 changed the base branch from develop to master December 13, 2023 12:40
@Lms24 Lms24 merged commit ac09686 into master Dec 13, 2023
@Lms24 Lms24 deleted the prepare-release/7.87.0 branch December 13, 2023 12:40
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.

8 participants