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(ddm-onboarding): Add js server instructions #63189

Merged

Conversation

ArthurKnaus
Copy link
Member

Add custom metrics onboarding instructions for the platforms bun,node,node-express,node-koa,node-connect and node-azurefunctions.

@ArthurKnaus ArthurKnaus requested a review from a team as a code owner January 15, 2024 12:39
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 15, 2024
@@ -409,6 +409,7 @@ const customMetricBackendPlatforms: readonly PlatformKey[] = [
];

const customMetricFrontendPlatforms: readonly PlatformKey[] = [
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
const customMetricFrontendPlatforms: readonly PlatformKey[] = [
const customMetricPlatforms: readonly PlatformKey[] = [

now that it includes also backend frameworks?

Copy link
Member Author

Choose a reason for hiding this comment

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

good catch!
or even better, I could use the existingcustomMetricBackendPlatforms set 😬

@ArthurKnaus ArthurKnaus merged commit c0e0d6f into master Jan 15, 2024
40 checks passed
@ArthurKnaus ArthurKnaus deleted the aknaus/feat/ddm-onboarding/add-js-server-instructions branch January 15, 2024 13:09
trillville pushed a commit that referenced this pull request Jan 19, 2024
Add custom metrics onboarding instructions for the platforms
`bun`,`node`,`node-express`,`node-koa`,`node-connect` and
`node-azurefunctions`.

- closes #63182
@github-actions github-actions bot locked and limited conversation to collaborators Jan 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add metrics onboarding docs for node, deno, bun
2 participants