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
➜ pia_narrative git:(main) ✗ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.16.7, on macOS 14.0 23A344 darwin-arm64, locale en-FR)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.1)
[✓] VS Code (version 1.85.2)
[✓] Network resources
• No issues found!
Check for Correct Usage of writeKey and dataPlaneUrl
It work when send simple event. But not session record.
The text was updated successfully, but these errors were encountered:
Based on the conversion we have on slack, we find the problem. First Flutter Web is not compatible right now for session record.
So I have to change the configuration on Rudderstack dashboard to use source as JS and not Flutter, then change the key to the JS key for Web environment.
Second thing on PostHog I had to add my domain to enable session record:
You can find in Settings/Session Replay/Authorized Domains for Replay in PostHog.
Thanks for your time again @desusai7 , have nice day.
Describe the bug
Please provide the following information:
Which platform is the issue occurring on
Is the error occurring on:
Expected behavior
Should send session record to postHog without any setting (at-least on web env).
To Reproduce
Steps to reproduce the behaviour:
Version of the Flutter SDK
Please provide the following information:
SDK initialisation snippet
Share the code snippet used for initializing the Flutter SDK.
We use our own dataplaneurl and our own destSDKBaseURL.
Framework version of the SDK
Check for Correct Usage of writeKey and dataPlaneUrl
It work when send simple event. But not session record.
The text was updated successfully, but these errors were encountered: