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
In RN the JS thread gets paused when the app goes to the background. Scheduled tasks like JS timeouts that would be executed during the time in the background will get executed after reopening the app. If the scheduled task was a Tx final timeout this can cause a Transaction that is hours/days long.
Solution
Since finalTimeout marks the length of Tx that can't be exceeded I think we should adjust the length of the transaction in this case.
### Related issues
- [ ] https://github.com/getsentry/sentry-react-native/issues/3149