Skip to content

Trace document registry operations #47785

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

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

amcasey
Copy link
Member

@amcasey amcasey commented Feb 7, 2022

...to help detect misconfigurations like #47687.

...to help detect misconfigurations like microsoft#47687.
@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Feb 7, 2022
// It is fairly suspicious to have one path in two buckets - you'd expect dependencies to have similar configurations.
// If this occurs unexpectedly, the fix is likely to synchronize the project settings.
// Skip .d.ts files to reduce noise (should also cover most of node_modules).
const otherBucketKey = !fileExtensionIs(path, Extension.Dts) &&
Copy link
Member Author

Choose a reason for hiding this comment

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

I could be persuaded that this is too chatty, but it has the advantage of indicating the proportion of overlap (e.g. a single-file overlap is likely uninteresting).

@amcasey
Copy link
Member Author

amcasey commented Feb 7, 2022

@DanielRosenwasser Okay for 4.6?

@amcasey amcasey merged commit c216b2d into microsoft:main Feb 8, 2022
@amcasey amcasey deleted the DocRegistryTracing branch February 8, 2022 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants