Skip to content
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 and rules #1624

Merged
merged 6 commits into from
Apr 15, 2019
Merged

Update telemetry format and rules #1624

merged 6 commits into from
Apr 15, 2019

Conversation

luisrudge
Copy link
Contributor

Changes

Added new telemetry format

Testing

  • This change adds unit test coverage

@luisrudge luisrudge added this to the v11.14.2 milestone Mar 27, 2019
src/__tests__/core/web_api/p2_api.test.js Outdated Show resolved Hide resolved
version: __VERSION__,
lib_version: auth0.version
};
const { auth0Client } = qs.parse(window.location.search.substr(1));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

won't this include anything on the query, not just the auth0Client query param?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is parsing the query string and getting only the auth0Client key

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I just see the destructuring 👍

@joshcanhelp
Copy link
Contributor

@luisrudge - So ... before we merge this in, I think we should resolve the "telemetry on the ULP" question. As in ... should we just nuke telemetry when Lock/Auth0.js is used on our server? I tend to lean towards "yes" here.

I'll post this internally for discussion 👍

@luisrudge luisrudge merged commit 3b76c0e into master Apr 15, 2019
@luisrudge luisrudge changed the title Add new telemetry information Update telemetry format Apr 15, 2019
@luisrudge luisrudge changed the title Update telemetry format Update telemetry format and rules Apr 15, 2019
@stevehobbsdev stevehobbsdev deleted the fix/telemetry branch January 29, 2020 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants