Skip to content

Commit

Permalink
Fix for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic authored and sl0thentr0py committed Sep 20, 2024
1 parent 31d3940 commit 79c8e62
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sentry-ruby/lib/sentry/vernier/profiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
require_relative "../profiler/helpers"
require_relative "output"

begin
require "vernier"
rescue LoadError
return
end
begin; require "vernier"; rescue LoadError; return; end

module Sentry
module Vernier
Expand Down

0 comments on commit 79c8e62

Please sign in to comment.