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

Add client data to synchronizer instances #4206

Merged
merged 4 commits into from
Jan 4, 2024

Conversation

f1ames
Copy link
Contributor

@f1ames f1ames commented Dec 19, 2023

This PR adds client data to synchronizer instances. Part of https://github.com/kubeshop/monokle-saas/issues/1904.

Requires kubeshop/monokle-core#593.

Changes

  • As above.

Fixes

  • As above.

How to test it

  • E2E - either by looking into API logs (e.g. run locally) or with a tool such Charles or WireShark to see User-Agent send correctly.

Screenshots

  • None.

Checklist

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

@f1ames f1ames changed the title F1ames/fix/synchronizer client Add client data to synchronizer instances Dec 19, 2023
@f1ames f1ames marked this pull request as ready for review December 20, 2023 10:24
version: app.getVersion(),
os: `${type()} ${release()}`,
additionalData: {
machineId: machineIdSync(),
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe for privacy purposes I'd only pass machine id when analytics are enabled?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed in 44c35df.

@f1ames f1ames requested a review from WitoDelnat January 2, 2024 14:49
@f1ames
Copy link
Contributor Author

f1ames commented Jan 3, 2024

This still requires Code Owner review (or an Admin 😃) to be merged. cc @WitoDelnat @olensmar

@WitoDelnat WitoDelnat merged commit 9aae267 into main Jan 4, 2024
1 check passed
@WitoDelnat WitoDelnat deleted the f1ames/fix/synchronizer-client-id branch January 4, 2024 09:54
@f1ames f1ames mentioned this pull request Jan 4, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants