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

DEBUG-2334 Dynamic Instrumentation code tracker component #3942

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
mark tests as di tests because needed trace points do not exist on ru…
…by 2.5
  • Loading branch information
p committed Sep 25, 2024
commit 3b39340eed4a282d6519b82031eb1ac24a52a0bf
2 changes: 2 additions & 0 deletions spec/datadog/di/code_tracker_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require "datadog/di/code_tracker"

RSpec.describe Datadog::DI::CodeTracker do
di_test

let(:tracker) do
described_class.new
end
Expand Down
Loading