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: do not report unauthorized and forbidden errors #1284

Open
2 of 6 tasks
cre8ivejp opened this issue Oct 16, 2024 · 0 comments
Open
2 of 6 tasks

fix: do not report unauthorized and forbidden errors #1284

cre8ivejp opened this issue Oct 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cre8ivejp
Copy link
Member

cre8ivejp commented Oct 16, 2024

When the API key is invalid, the client generates error events to be reported to the backend. Since the key is invalid, the event can't be reported, accumulating many events in the client. So, we will change to only log those errors in the client, skipping the event generation.

  • Android
  • iOS
  • JavaScript
  • NodeJS
  • Flutter
  • Go
@cre8ivejp cre8ivejp added the bug Something isn't working label Oct 16, 2024
@cre8ivejp cre8ivejp changed the title fix: do not reporrt unauthorized and forbidden errors fix: do not report unauthorized and forbidden errors Oct 17, 2024
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
Status: In Progress
Development

No branches or pull requests

2 participants