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

feat: Remove custom measurements. #243

Merged
merged 3 commits into from
Aug 16, 2023

Conversation

kinyoklion
Copy link
Member

No description provided.

Comment on lines +52 to +54
// Here we are protecting ourselves from JS callers. TypeScript says that
// it cannot be an empty string, but those using JS can do what they want.
// @ts-ignore
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@@ -53,8 +44,7 @@ export interface LDMigrationErrorMeasurement {
export type LDMigrationMeasurement =
| LDMigrationLatencyMeasurement
| LDMigrationErrorMeasurement
| LDMigrationConsistencyMeasurement
| LDMigrationCustomMeasurement;
Copy link
Contributor

Choose a reason for hiding this comment

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

So this will break existing applications. This is ok, if the plan is for a major release?

Copy link
Member Author

Choose a reason for hiding this comment

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

None of this is released. All on a feature branch.

Copy link
Member Author

Choose a reason for hiding this comment

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

(If it were, then yes, this would be a major version.)

@kinyoklion kinyoklion merged commit 02e92a4 into feat/node-migrations Aug 16, 2023
@kinyoklion kinyoklion deleted the rlamb/remove-custom-events branch August 16, 2023 21:02
@kinyoklion kinyoklion changed the title feat: Remove custom events. feat: Remove custom measurements. Aug 16, 2023
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