Skip to content

Commit 329f255

Browse files
committed
Revert USER_AGENT change
1 parent 0e118bd commit 329f255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logtail/log_devices/http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class HTTP
2121
DEFAULT_INGESTING_PORT = 443
2222
DEFAULT_INGESTING_SCHEME = "https".freeze
2323
CONTENT_TYPE = "application/msgpack".freeze
24-
USER_AGENT = "Better Stack Telemetry for Ruby/#{Logtail::VERSION} (HTTP)".freeze
24+
USER_AGENT = "Logtail Ruby/#{Logtail::VERSION} (HTTP)".freeze
2525

2626
# Instantiates a new HTTP log device that can be passed to {Logtail::Logger#initialize}.
2727
#

0 commit comments

Comments
 (0)