Skip to content

Commit

Permalink
updates gem version, enables compression by default
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Aug 6, 2022
1 parent 0d2f487 commit e169f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyroscope_ffi/ruby/lib/pyroscope.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def initialize(*)
self.report_thread_id = false
self.log_level = 'error'
self.tags = {}
self.compression = ''
self.compression = 'gzip'
super
end
end
Expand Down
2 changes: 1 addition & 1 deletion pyroscope_ffi/ruby/lib/pyroscope/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pyroscope
VERSION = '0.3.2'.freeze
VERSION = '0.4.0'.freeze
end

0 comments on commit e169f5e

Please sign in to comment.