You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,19 @@
10
10
11
11
### Features
12
12
13
+
- Extends the experimental support of UI profiling to iOS ([#5611](https://github.com/getsentry/sentry-react-native/pull/5611))
14
+
```js
15
+
Sentry.init({
16
+
_experiments: {
17
+
profilingOptions: {
18
+
profileSessionSampleRate:1.0,
19
+
lifecycle:'trace', // or 'manual'
20
+
startOnAppStart:true,
21
+
},
22
+
},
23
+
});
24
+
```
25
+
- Note that the `androidProfilingOptions` key is now deprecated, and `profilingOptions` should be used instead
13
26
- Add performance tracking for Expo Router route prefetching ([#5606](https://github.com/getsentry/sentry-react-native/pull/5606))
14
27
- New `wrapExpoRouter` utility to instrument manual `prefetch()` calls with performance spans
15
28
- New `enablePrefetchTracking` option for `reactNavigationIntegration` to automatically track PRELOAD actions
@@ -31,6 +44,10 @@
31
44
});
32
45
```
33
46
47
+
### Fixes
48
+
49
+
- Fix `SENTRY_ALLOW_FAILURE` environment variable not being respected in Xcode build scripts ([#5616](https://github.com/getsentry/sentry-react-native/pull/5616))
50
+
34
51
### Dependencies
35
52
36
53
- Bump Cocoa SDK from v9.1.0 to v9.3.0 ([#5515](https://github.com/getsentry/sentry-react-native/pull/5515))
echo"error: sentry-cli - To disable native debug files auto upload, set SENTRY_DISABLE_AUTO_UPLOAD=true in your environment variables. Or to allow failing upload, set SENTRY_ALLOW_FAILURE=true"
echo"error: sentry-cli - To disable native debug files auto upload, set SENTRY_DISABLE_AUTO_UPLOAD=true in your environment variables. Or to allow failing upload, set SENTRY_ALLOW_FAILURE=true"
echo"error: sentry-cli - To disable source maps auto upload, set SENTRY_DISABLE_AUTO_UPLOAD=true in your environment variables. Or to allow failing upload, set SENTRY_ALLOW_FAILURE=true"
echo"error: sentry-cli - To disable source maps auto upload, set SENTRY_DISABLE_AUTO_UPLOAD=true in your environment variables. Or to allow failing upload, set SENTRY_ALLOW_FAILURE=true"
0 commit comments