Method: Sentry::Transport::Configuration#encoding
- Defined in:
- lib/sentry/transport/configuration.rb
permalink #encoding ⇒ String
The encoding to use to compress the request body. Default value is ‘Sentry::HTTPTransport::GZIP_ENCODING`.
72 73 74 |
# File 'lib/sentry/transport/configuration.rb', line 72 def encoding @encoding end |