Skip to content

Commit

Permalink
Chore: Fix changelog (#4654)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
brustolin authored Dec 20, 2024
1 parent bd8b1bf commit b448017
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,37 @@
- `SentrySdkInfo.packages` should be an array (#4626)
- Use the same SdkInfo for envelope header and event (#4629)
- Fixes Session replay screenshot provider crash (#4649)
- Session Redact wrong clipping order (#4651)
- Session Replay wrong clipping order (#4651)

### Internal

- Remove loading `integrations` names from `event.extra` (#4627)
- Add Hybrid SDKs API to add extra SDK packages (#4637)

## 8.42.0

### Features

- Add in_foreground app context to transactions (#4561)
- Add in_foreground app context to crash events (#4584)
- Promote the option `performanceV2` from experimental to stable (#4564)

### Fixes

- Session replay touch tracking race condition (#4548)
- Use `options.reportAccessibilityIdentifier` for Breadcrumbs and UIEvents (#4569)
- Session replay transformed view masking (#4529)
- Load integration from same binary (#4541)
- Masking for fast animations #4574
- Fix GraphQL context for HTTP client error tracking (#4567)

### Improvements

- impr: Speed up getBinaryImages V2 (#4539). Follow up on (#4435)
- Make SentryId Sendable (#4553)
- Expose `Sentry._Hybrid` explicit module (#4440)
- Track adoption of `enablePersistingTracesWhenCrashing` (#4587)

## 8.42.0-beta.2

### Fixes
Expand All @@ -38,7 +62,7 @@
### Features

- Add in_foreground app context to transactions (#4561)
- Add in_foreground app context to crash events ((#4584)
- Add in_foreground app context to crash events (#4584)
- Promote the option `performanceV2` from experimental to stable (#4564)

### Fixes
Expand All @@ -49,7 +73,6 @@
- Load integration from same binary (#4541)
- Masking for fast animations #4574


### Improvements

- impr: Speed up getBinaryImages V2 (#4539). Follow up on (#4435)
Expand Down

0 comments on commit b448017

Please sign in to comment.