lib/ddtrace/contrib/faraday/patcher.rb in ddtrace-0.42.0 vs lib/ddtrace/contrib/faraday/patcher.rb in ddtrace-0.43.0

- old
+ new

@@ -28,10 +28,10 @@ def add_pin! DeprecatedPin .new( get_option(:service_name), app: Ext::APP, - app_type: Datadog::Ext::AppTypes::WEB, + app_type: Datadog::Ext::HTTP::TYPE_OUTBOUND, tracer: -> { get_option(:tracer) } ).onto(::Faraday) end def register_middleware!