-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update telemetry format #213
Conversation
f56001e
to
b4aeeed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm seeing the telemetry as URL parameters. If you tested this against the actual logs to ensure that the telemetry makes it through for all the different endpoints, then we're OK but I've only tested headers.
Is there a reason these are URL parameters and not headers?
@@ -119,7 +119,7 @@ Object { | |||
|
|||
exports[`users GET user should send correct payload 1`] = ` | |||
Array [ | |||
"https://samples.auth0.com/api/v2/users/auth0%7C53b995f8bce68d9fc900099c", | |||
"https://samples.auth0.com/api/v2/users/auth0%7C53b995f8bce68d9fc900099c?auth0Client=eyJuYW1lIjoicmVhY3QtbmF0aXZlLWF1dGgwIiwidmVyc2lvbiI6IjEuMC4wIn0%3D", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a header, not a URL parameter. URL parameters are for redirects.
b4aeeed
to
f84ad8d
Compare
f84ad8d
to
ee2ddb1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Changes
env
to include the library version as thereact-native-auth0
key.Testing
Checklist