-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session Replays: dashboard is empty #9
Comments
Session is recorded only if it's the first launch after i open the app for the second time i'm getting this error and sessions is not recorded
|
Hi @iramzyy, please update to v0.0.8 if you haven't already. |
Already updated and still the same problem @crleona |
Hi @iramzyy, sorry for the delayed replay. We've fixed a few more setup issues in the latest version (0.0.12). If that still doesn't resolve the issue, could I ask you to share your full Amplitude setup code? (ie, are there any additional configurations around serverZone or serverURL)? |
Hi @niktishakov, could you confirm the deviceId from the given Amplitude instance (either if you are setting it, or by querying |
Hi @crleona , I'm not sure in that, because later in AppDelegate I'm setting deviceId by Flutter's method channel (fyi, I also use amplitude_flutter dependency on Flutter's side):
Here is non-empty deviceId that I successfully use with amplitude.setDeviceId. In addition I can say, that every session in amplitude dashboard has non-empty deviceId in user props as shown on screenshot below: |
Expected Behavior
I should see the recorded sessions on the dashboard
Current Behavior
The dashboard is empty and i'm getting this error in the Xcode consle:
Steps to Reproduce
My current Implementation is:
And i have enabled the session replay from the dashboard settings
Environment
I'm Using iOS SDK
The text was updated successfully, but these errors were encountered: