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(gatsby): capture number of ssg,dsg,ssr pages in telemetry #33337

Merged
merged 1 commit into from Oct 20, 2021

Conversation

pieh
Copy link
Contributor

@pieh pieh commented Sep 30, 2021

Description

Documentation

Related Issues

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Sep 30, 2021
@pieh pieh added topic: render-mode Related to Gatsby's different rendering modes and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Sep 30, 2021
Comment on lines -92 to +95
export function addSiteMeasurement(event: string, obj): void {
export function addSiteMeasurement(
event: string,
obj: ITelemetryTagsPayload["siteMeasurements"]
): void {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This just add type for obj (instead of any)

@pieh pieh marked this pull request as ready for review October 20, 2021 17:07
@pieh pieh merged commit 7d66a23 into master Oct 20, 2021
@pieh pieh deleted the capture-render-mode-type-counts branch October 20, 2021 18:22
@wardpeet wardpeet added this to To cherry-pick in V4 Release hotfixes via automation Oct 26, 2021
@wardpeet wardpeet removed this from To cherry-pick in V4 Release hotfixes Oct 27, 2021
wardpeet pushed a commit to herecydev/gatsby that referenced this pull request Oct 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: render-mode Related to Gatsby's different rendering modes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants