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

fix: ignore reload identity calls #3862

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Conversation

makeavish
Copy link
Member

@makeavish makeavish commented Nov 1, 2023

There are login API calls on every reload. #3863
And if token expires and a page has 10 API calls then 10 login API calls are being made. This was causing duplicates/spamming of telemetry events. #3864
Every refresh token login API call doesn't have user name so ignoring all API calls for identity events without user name.

@github-actions github-actions bot added the bug Something isn't working label Nov 1, 2023
Copy link

github-actions bot commented Nov 1, 2023

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@makeavish makeavish merged commit f94a5f4 into develop Nov 1, 2023
11 checks passed
@makeavish makeavish deleted the fix/idenity-saas-calls branch November 1, 2023 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants