Skip to content

Commit 700cbf4

Browse files
romtsngetsentry-botgetsentry-bot
authored
Merge back hotfix branch (#4096)
* 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]>
1 parent 9a727cb commit 700cbf4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,24 @@
263263

264264
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/)
265265

266+
## 5.24.2
267+
268+
### Features
269+
270+
- Add an option to disable native (iOS and Android) profiling for the `HermesProfiling` integration ([#4094](https://github.com/getsentry/sentry-react-native/pull/4094))
271+
272+
To disable native profilers add the `hermesProfilingIntegration`.
273+
274+
```js
275+
import * as Sentry from '@sentry/react-native';
276+
277+
Sentry.init({
278+
integrations: [
279+
Sentry.hermesProfilingIntegration({ platformProfilers: false }),
280+
],
281+
});
282+
```
283+
266284
## 5.24.1
267285

268286
### Fixes

0 commit comments

Comments
 (0)