Skip to content

Commit e9985bf

Browse files
committed
Removed: Deprecated bin/ddtracerb (use bin/ddprofrb instead)
1 parent e414921 commit e9985bf

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

bin/ddtracerb

-17
This file was deleted.

ddtrace.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
4444
.reject { |fn| fn.end_with?('.so', '.bundle') } # Exclude local profiler binary artifacts
4545
.reject { |fn| fn.end_with?('skipped_reason.txt') } # Generated by profiler; should never be distributed
4646

47-
spec.executables = ['ddtracerb', 'ddprofrb']
47+
spec.executables = ['ddprofrb']
4848
spec.require_paths = ['lib']
4949

5050
# Used to serialize traces to send them to the Datadog Agent.

0 commit comments

Comments
 (0)