Skip to content

Commit

Permalink
Merge back hotfix branch (#4096)
Browse files Browse the repository at this point in the history
* Add flag to disable native profilers (#4094)

* Revert

* release: 5.24.2

* Merge leftovers

* revert

---------

Co-authored-by: getsentry-bot <[email protected]>
Co-authored-by: getsentry-bot <[email protected]>
  • Loading branch information
3 people committed Sep 17, 2024
1 parent 9a727cb commit 700cbf4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,24 @@

Access to Mobile Replay is limited to early access orgs on Sentry. If you're interested, [sign up for the waitlist](https://sentry.io/lp/mobile-replay-beta/)
## 5.24.2
### Features
- Add an option to disable native (iOS and Android) profiling for the `HermesProfiling` integration ([#4094](https://github.com/getsentry/sentry-react-native/pull/4094))
To disable native profilers add the `hermesProfilingIntegration`.
```js
import * as Sentry from '@sentry/react-native';
Sentry.init({
integrations: [
Sentry.hermesProfilingIntegration({ platformProfilers: false }),
],
});
```
## 5.24.1
### Fixes
Expand Down

0 comments on commit 700cbf4

Please sign in to comment.