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

[Feature] CURL integration when using chrome driver (disable localhost from logging) #2224

Open
joelharkes opened this issue Aug 22, 2023 · 0 comments

Comments

@joelharkes
Copy link

Describe the feature you'd like

being able to exclude domains from the curl integration (in our case localhost)

Is your feature request related to a problem?

Yes, We are using chrome webdriver php composer package to do some RPA'ing for integrations that don't have API's available.

But in datadog we see all these individual reqeusts back in APM logging. we would like to not let it log for the "localhost" domain.

image

Describe alternatives you've considered

Completly disabling curl, but that would leave us not to monitor any other API connections.

Im yet to look into the source code to find a solution

Additional context

See example:
image

@joelharkes joelharkes changed the title [Feature] CURL integration when using chrome driver [Feature] CURL integration when using chrome driver (disable localhost from logging) Aug 22, 2023
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