Skip to content

Android Session Replay - Add network calls #4192

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

Open
Tracked by #2136
bruno-garcia opened this issue May 16, 2025 · 1 comment
Open
Tracked by #2136

Android Session Replay - Add network calls #4192

bruno-garcia opened this issue May 16, 2025 · 1 comment

Comments

@bruno-garcia
Copy link
Member

example replay from demo org

Similar to React Native and Flutter, the web requests added to Replay are done at the outer layer.
Unless somehow HttpClient requrests get captured through our native SDKs but doesn't seem to be the case:

The network calls are not added:
Image

But looking at the trace, we can see requests were made:
Image

@jamescrosswell
Copy link
Collaborator

@bruno-garcia what are the criteria for spans showing in the Network tab of the replay details?

Spans obviously don't have their own DSC (they're just children of transactions that do)... so presumably the association with the ReplayId is there through the Transaction DSC.

What else is required?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants