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

Measuring MAU #450

Open
hackerwins opened this issue Feb 17, 2025 · 1 comment
Open

Measuring MAU #450

hackerwins opened this issue Feb 17, 2025 · 1 comment
Labels
enhancement 🌟 New feature or request

Comments

@hackerwins
Copy link
Member

hackerwins commented Feb 17, 2025

What would you like to be added:

Yorkie JS SDK v0.6.0, has been created for testing MAU aggregation. This release allows the creation of Client instances with a userID reflected in the metadata, enabling proper tracking of user interactions in the Dashboard later.

const client = new yorkie.Client('{{API_ADDR}}', {  
  apiKey: 'xxxxxxxxxxxxxxxxxxxx',  
  metadata: { userID: 'user-1234' },  
});  

Why is this needed:

This enhancement is essential to enable accurate tracking of user activity and engagement metrics within the application.

Additional Information:

@hackerwins hackerwins added the enhancement 🌟 New feature or request label Feb 17, 2025
@github-project-automation github-project-automation bot moved this to Backlog in CodePair Feb 17, 2025
@devleejb
Copy link
Member

devleejb commented Mar 2, 2025

It looks like this issue was resolved in this PR.
Are there any remaining changes? If not, I’ll go ahead and close this PR. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🌟 New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants