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: analytics client #430

Merged
merged 1 commit into from
May 5, 2022
Merged

fix: analytics client #430

merged 1 commit into from
May 5, 2022

Conversation

mathnogueira
Copy link
Member

This PR fixes insecure TLS connection

Changes

Fixes

  • Analytics names (google doesn't accept dashes in the event name)

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

Copy link
Collaborator

@xoscar xoscar left a comment

Choose a reason for hiding this comment

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

Hey @mathnogueira, I had a talk with Ken and he wanted us to use dashes instead of underscores for the analytics events, is that something that is causing issues?

@mathnogueira
Copy link
Member Author

mathnogueira commented May 5, 2022

Yes @xoscar, the endpoint we use to send data from the backend to GA doesn't allow dashes on the name of the event. It only accepts alphanumeric and underscores.

@kdhamric
Copy link
Collaborator

kdhamric commented May 5, 2022

I think we shifted to dashes instead of underscores in the event names being passed to GA so we could distinguish our events from GA automatic events.

@mathnogueira mathnogueira merged commit a68c70a into main May 5, 2022
@mathnogueira mathnogueira deleted the fix/analytics branch May 6, 2022 14:02
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