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

Add auto instrument shim #3535

Merged
merged 2 commits into from
Mar 19, 2024
Merged

Add auto instrument shim #3535

merged 2 commits into from
Mar 19, 2024

Conversation

TonyCTHsu
Copy link
Contributor

What does this PR do?

Add an auto instrument shim

In Gemfile

gem 'ddtrace', require: 'ddtrace/auto_instrument'
# Is the same 
gem 'ddtrace', require: 'datadog/auto_instrument'

Motivation:

Smoother upgrade for 2.0

@TonyCTHsu TonyCTHsu requested a review from a team as a code owner March 19, 2024 09:13
@TonyCTHsu TonyCTHsu force-pushed the tonycthsu/auto-instrument-shim branch from d3b5d40 to f2feba4 Compare March 19, 2024 10:13
@TonyCTHsu TonyCTHsu force-pushed the tonycthsu/auto-instrument-shim branch from f2feba4 to 77d4cb8 Compare March 19, 2024 10:20
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.24%. Comparing base (0ca28c1) to head (73f7eab).
Report is 7 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3535   +/-   ##
=======================================
  Coverage   98.24%   98.24%           
=======================================
  Files        1275     1275           
  Lines       75329    75329           
  Branches     3559     3559           
=======================================
  Hits        74005    74005           
  Misses       1324     1324           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TonyCTHsu TonyCTHsu added this to the 1.21.1 milestone Mar 19, 2024
@TonyCTHsu TonyCTHsu merged commit 7939ed8 into master Mar 19, 2024
215 of 219 checks passed
@TonyCTHsu TonyCTHsu deleted the tonycthsu/auto-instrument-shim branch March 19, 2024 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants