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
We’ve noticed an issue with our session length on Android, which looks significantly high (around 25 minutes) compared to iOS and web, which is around 2 minutes.
On Amplitude we use the default "Session definition"
Is anyone else experiencing this?
Amplitude chart:
User Session exemple:
We’re starting an investigation on our end.
Regarding the code, the issue could be related to the setTimeout (on Android), which may pause when the app is sent to the background and resume when it returns to the foreground and never reseted. This behavior could cause an abnormally long session duration
We’ve noticed an issue with our session length on Android, which looks significantly high (around 25 minutes) compared to iOS and web, which is around 2 minutes.
Plugins
@segment/analytics-react-native-plugin-amplitude-session
On Amplitude we use the default "Session definition"
Is anyone else experiencing this?
Amplitude chart:

User Session exemple:
We’re starting an investigation on our end.
Regarding the code, the issue could be related to the
setTimeout
(on Android), which may pause when the app is sent to the background and resume when it returns to the foreground and never reseted. This behavior could cause an abnormally long session durationWe use
The text was updated successfully, but these errors were encountered: