We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e414921 commit e9985bfCopy full SHA for e9985bf
bin/ddtracerb
ddtrace.gemspec
@@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
44
.reject { |fn| fn.end_with?('.so', '.bundle') } # Exclude local profiler binary artifacts
45
.reject { |fn| fn.end_with?('skipped_reason.txt') } # Generated by profiler; should never be distributed
46
47
- spec.executables = ['ddtracerb', 'ddprofrb']
+ spec.executables = ['ddprofrb']
48
spec.require_paths = ['lib']
49
50
# Used to serialize traces to send them to the Datadog Agent.
0 commit comments