dd-sdk-flutter
dd-sdk-flutter copied to clipboard
feat: Add Android plugin overhead for Session Replay
What and why?
This adds a Feature that will pass through Flutter generated Session Replay Records into Android MobileSegments, which can then be compressed and sent to intake. The Android Feature and SegmentRequestFactory take care of serializing data to disk, assembling and compressing the SRSegments to sending them intake.
The feature also takes care of broadcasting RUM context changes back to Flutter.
refs: RUM-9552
Review checklist
- [ ] This pull request has appropriate unit and / or integration tests
- [ ] This pull request references a Github or JIRA issue