Skip to content
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

Network requests support for Android #310

Open
marandaneto opened this issue Nov 20, 2024 · 0 comments
Open

Network requests support for Android #310

marandaneto opened this issue Nov 20, 2024 · 0 comments

Comments

@marandaneto
Copy link
Member

Description

Relates to https://github.com/PostHog/posthog.com/pull/9927/files
iOS can swizzle the URLSession requests.
Android uses the Java APIs and we don't have access to the instance so we could intercept and log things.
An alternative is bytecode manipulation.
Another option is to instead write a fetch wrapper so we capture the info directly on the JS code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant