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: Promote experimental moduleMetadata option to stable #538

Merged
merged 3 commits into from
May 31, 2024

Conversation

lforst
Copy link
Member

@lforst lforst commented May 31, 2024

Promotes the moduleMetadata integration to stable.

@lforst lforst requested review from timfish and Lms24 May 31, 2024 12:16
@@ -70,7 +70,7 @@ export function setTelemetryDataOnHub(options: NormalizedOptions, hub: Hub, bund
);
}

hub.setTag("module-metadata", !!options._experiments.moduleMetadata);
hub.setTag("module-metadata", !!options._experiments.moduleMetadata || !!options.moduleMetadata);
Copy link
Member

Choose a reason for hiding this comment

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

Are we setting this tag before we normalize options? If not, we could remove the _experimental flag, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

oh you're right. This is after normalization. 👌

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.

2 participants