Faraday Integration Usage #786
Labels
bug
Involves a bug
community
Was opened by a community member
integrations
Involves tracing integrations
Milestone
Hi,
I am attempting to use the faraday integration in a rails app. I am unclear on the usage of the integration. Looking at the API spec:
Are both of these additions necessary for faraday tracing? I ask because I originally attempted to add just the Datadog.configure block, but was unable to see any tracing in datadog. Once I added the builder.use line to a single connection for a sanity check, I was able to see the tracing show up. I was under the impression that was only necessary to customize a single connection if desired. Was I incorrect (and this is needed for every connection), or is something funky occurring with my default behavior (if the latter I can provide more information)? I am using faraday version 0.9.2 and ddtrace version 0.25.1.
Thanks,
Mike
The text was updated successfully, but these errors were encountered: