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 0e118bd commit 329f255Copy full SHA for 329f255
lib/logtail/log_devices/http.rb
@@ -21,7 +21,7 @@ class HTTP
21
DEFAULT_INGESTING_PORT = 443
22
DEFAULT_INGESTING_SCHEME = "https".freeze
23
CONTENT_TYPE = "application/msgpack".freeze
24
- USER_AGENT = "Better Stack Telemetry for Ruby/#{Logtail::VERSION} (HTTP)".freeze
+ USER_AGENT = "Logtail Ruby/#{Logtail::VERSION} (HTTP)".freeze
25
26
# Instantiates a new HTTP log device that can be passed to {Logtail::Logger#initialize}.
27
#
0 commit comments