We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2f487 commit e169f5eCopy full SHA for e169f5e
pyroscope_ffi/ruby/lib/pyroscope.rb
@@ -34,7 +34,7 @@ def initialize(*)
34
self.report_thread_id = false
35
self.log_level = 'error'
36
self.tags = {}
37
- self.compression = ''
+ self.compression = 'gzip'
38
super
39
end
40
pyroscope_ffi/ruby/lib/pyroscope/version.rb
@@ -1,3 +1,3 @@
1
module Pyroscope
2
- VERSION = '0.3.2'.freeze
+ VERSION = '0.4.0'.freeze
3
0 commit comments