Skip to content

Commit

Permalink
add datadog
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewroth committed Dec 12, 2024
1 parent 92d2075 commit d3c4e69
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ gem "activeadmin", "~> 3.2"
gem "activeadmin_addons"

gem "aasm"

gem "activerecord-import"

gem "dogstatsd-ruby", "~> 5.3"
gem "ddtrace", "~> 1.4"

gem "ougai", "~> 1.7"
gem "amazing_print"

23 changes: 23 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,16 @@ GEM
tzinfo
unicode (>= 0.4.4.5)
csv (3.3.0)
datadog-ci (0.8.3)
msgpack
date (3.4.0)
ddtrace (1.23.3)
datadog-ci (~> 0.8.1)
debase-ruby_core_source (= 3.3.1)
libdatadog (~> 7.0.0.1.0)
libddwaf (~> 1.14.0.0.0)
msgpack
debase-ruby_core_source (3.3.1)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
Expand Down Expand Up @@ -211,6 +220,19 @@ GEM
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
language_server-protocol (3.17.0.3)
libdatadog (7.0.0.1.0)
libdatadog (7.0.0.1.0-aarch64-linux)
libdatadog (7.0.0.1.0-x86_64-linux)
libddwaf (1.14.0.0.0)
ffi (~> 1.0)
libddwaf (1.14.0.0.0-aarch64-linux)
ffi (~> 1.0)
libddwaf (1.14.0.0.0-arm64-darwin)
ffi (~> 1.0)
libddwaf (1.14.0.0.0-x86_64-darwin)
ffi (~> 1.0)
libddwaf (1.14.0.0.0-x86_64-linux)
ffi (~> 1.0)
lint_roller (1.1.0)
logger (1.6.2)
loofah (2.23.1)
Expand Down Expand Up @@ -479,6 +501,7 @@ DEPENDENCIES
bootsnap
brakeman
capybara
ddtrace (~> 1.4)
debug
dogstatsd-ruby (~> 5.3)
dotenv-rails
Expand Down

0 comments on commit d3c4e69

Please sign in to comment.