Highlights
- Arctic Code Vault Contributor
Pinned
777 contributions in the last year
Less
More
Activity overview
Contributed to
DataDog/dd-trace-rb,
DataDog/gh-actions-sandbox,
DataDog/dogstatsd-ruby
and 5 other
repositories
Contribution activity
February 2021
Created 50 commits in 1 repository
Created 2 repositories
- marcotc/simplecov Ruby
- marcotc/rack-mini-profiler Ruby
Created a pull request in DataDog/dd-trace-rb that received 4 comments
Ensure tests don't leak threads
This PR cleans up all our test suite of cases where threads as created during test execution, but not cleaned up. Before this change, rake spec:main
…
+419
−96
•
4
comments
Opened 10 other pull requests in 2 repositories
DataDog/dd-trace-rb
5
open
4
merged
- test:Fix leaky runtime metrics setting
- fix:Fully populate Rake spans on exceptions
- Update to latest Rubocop (1.10.0)
- [ci] Faster JRuby startup with dev mode
- Temporarily pin i18n for JRuby
- Fix all Rails' warnings
- Add unobtrusive method tracing
- WIP toxiproxy testing of transport
- Add branch test coverage report
simplecov-ruby/simplecov
1
open
Reviewed 24 pull requests in 1 repository
DataDog/dd-trace-rb 24 pull requests
- [CIAPP-1208] Rework RSpec instrumentation as separate traces for each test
- Get our test suite passing on TruffleRuby
- [CIAPP-1198] Remove APP_ANALYTICS from tests instrumentation
- Avoid stack level tool deep error when spec fails
- Update to latest Rubocop (1.10.0)
- Add EventBridge to supported AWS services
- Ensure tests don't leak threads
- Add Ruby integration test app
- Backport #1329 to master -- Fix potential race during initialization of ddtrace components
- [PROF-2711] Fix multiple profilers starting in the same process
- Add integration test suite
- Set name of background threads created by ddtrace + Avoid creating useless background thread
- Fix flaky test when presto server is starting up
- [PROF-2807] Fix Thread#initialize patch breaks keyword args in Ruby 3
- [ART-380] Fix ArgumentError due to concurrent require and class use
- Fix flaky test in profiling branch
- Fix potential flaky test
- Remove unused Shim/MethodWrapper/MethodWrapping
- Add missing license files for vendor'd code
- [PROF-2710] Fix missing instrumentation when using Thread.start/fork
- Remove DeprecatedPin
- Remove Datadog::Monkey
- Add time_now_provider configuration option
- RFC: Move dev gems from gemspec to Gemfile