From 6fbc704ea4d6b348d61352cf337c9be95c87da9b Mon Sep 17 00:00:00 2001 From: Andrey Marchenko Date: Thu, 7 Sep 2023 15:21:26 +0200 Subject: [PATCH] add ddtrace temporarily to the integration app --- integration/app/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/app/Gemfile b/integration/app/Gemfile index 361ac69a..adfe94ad 100644 --- a/integration/app/Gemfile +++ b/integration/app/Gemfile @@ -6,4 +6,5 @@ gem "pry" gem "rspec" gem "rake" gem "cucumber", "~> 7" +gem "ddtrace" gem "datadog-ci", path: "/vendor/datadog-ci"