Skip to content

Commit e169f5e

Browse files
committed
updates gem version, enables compression by default
1 parent 0d2f487 commit e169f5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyroscope_ffi/ruby/lib/pyroscope.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def initialize(*)
3434
self.report_thread_id = false
3535
self.log_level = 'error'
3636
self.tags = {}
37-
self.compression = ''
37+
self.compression = 'gzip'
3838
super
3939
end
4040
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Pyroscope
2-
VERSION = '0.3.2'.freeze
2+
VERSION = '0.4.0'.freeze
33
end

0 commit comments

Comments
 (0)