Skip to content

Commit

Permalink
Remove temporary libdatadog monkey patch
Browse files Browse the repository at this point in the history
This will be integrated into the libdatadog v9 release in
DataDog/libdatadog#423 .
ivoanjo committed May 9, 2024
1 parent 7cda332 commit b87f171
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/datadog/profiling/crashtracker.rb
Original file line number Diff line number Diff line change
@@ -2,17 +2,6 @@

require 'libdatadog'

# Temporary, this should be moved to libdatadog
module Libdatadog
def self.ld_library_path
pkgconfig_folder = self.pkgconfig_folder

return unless pkgconfig_folder

File.absolute_path("#{pkgconfig_folder}/../")
end
end

module Datadog
module Profiling
# Used to report Ruby VM crashes.

0 comments on commit b87f171

Please sign in to comment.