Skip to content

Commit bb1052c

Browse files
fix: align telemetry name to ruby-auth0 and regenerate lockfile
1 parent 348e939 commit bb1052c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
auth0 (0.0.0)
4+
auth0 (6.0.0.beta.0)
55
addressable (~> 2.8)
66
jwt (~> 2.7)
77
rest-client (~> 2.1)

lib/auth0/internal/http/raw_client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ def initialize(base_url:, max_retries: 2, timeout: 60.0, headers: {})
2929
@max_retries = max_retries
3030
@timeout = timeout
3131

32-
# Auth0 telemetry in standard format (matches auth0-python pattern)
32+
# Auth0 telemetry in standard format
3333
telemetry = {
34-
name: "auth0-ruby",
34+
name: "ruby-auth0",
3535
version: Auth0::VERSION,
3636
env: { ruby: RUBY_VERSION }
3737
}

0 commit comments

Comments
 (0)