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 tracking for 3rd parties #1835

Open
fleficher opened this issue Jan 23, 2024 · 1 comment
Open

Network requests tracking for 3rd parties #1835

fleficher opened this issue Jan 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@fleficher
Copy link

Is your feature request related to a problem? Please describe.

I would like Datadog to be able to automatically track the network requests for every third party libraries I have in my apps.

For some libraries, it's possible to give a custom Okhttp instance and add the required interceptors but not all libraries allow this.

This is particularly useful to get alerts when a 3rd party service is down.

Describe the solution you'd like

Ideally, something like what Firebase Performances propose:
https://firebase.google.com/docs/perf-mon/network-traces?platform=android&hl=en

Network requests are automatically tracked by just applying the plugin.
It also works on third-party libraries.

@fleficher fleficher added the enhancement New feature or request label Jan 23, 2024
@0xnm
Copy link
Contributor

0xnm commented Jan 23, 2024

Hello @fleficher!

Indeed, we currently require manual setup for the particular OkHttpClient instance.

What Firebase Performance is doing is achieved by the bytecode injection done by the com.google.firebase:perf-plugin, which scans the code being compiled and modifies it to inject the necessary instrumentation.

We currently don't have such functionality, but we may look into it in the future.

Since it may be a big feature request for us, can I please ask you to also open a Feature Request by contacting our support and referencing this issue as well. This will allow us to have a better tracking of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants