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
fix(tracing): Time To Initial Display / Time To Full Display: remove warning that it's unsupported (#5081)
* improvement(newArch): Time To Initial Display / Time To Full Display implemented via Fabric components
* Changelog update
---------
Co-authored-by: Antonis Lilis <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
9
9
## Unreleased
10
10
11
+
11
12
### Important Changes
12
13
13
14
-**fix(browser): Ensure IP address is only inferred by Relay if `sendDefaultPii` is `true`** ([#5092](https://github.com/getsentry/sentry-react-native/pull/5092))
@@ -24,6 +25,10 @@ user IP addresses, if you set `sendDefaultPii: true` in your `Sentry.init` optio
24
25
25
26
We apologize for any inconvenience caused!
26
27
28
+
## Fixes
29
+
30
+
- Remove the warning that used to indicate that Time To Initial Display and Time To Full Display are not supported ([#5081](https://github.com/getsentry/sentry-react-native/pull/5081))
// Using setTimeout with a delay of 0 milliseconds to defer execution and avoid printing the React stack trace.
70
-
setTimeout(()=>{
71
-
logger.warn(
72
-
'TimeToInitialDisplay and TimeToFullDisplay are not supported on the web, Expo Go and New Architecture. Run native build or report an issue at https://github.com/getsentry/sentry-react-native');
'TimeToInitialDisplay and TimeToFullDisplay are not supported on the web, Expo Go and New Architecture. Run native build or report an issue at https://github.com/getsentry/sentry-react-native');
0 commit comments