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(onboarding): Add source maps step to node platforms #56239

Merged
merged 2 commits into from
Sep 14, 2023

Conversation

ArthurKnaus
Copy link
Member

Screenshot 2023-09-14 at 07 57 21

Closes: #54697

@ArthurKnaus ArthurKnaus requested a review from a team September 14, 2023 05:58
@ArthurKnaus ArthurKnaus marked this pull request as ready for review September 14, 2023 05:58
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Sep 14, 2023
@@ -13,6 +13,9 @@ describe('GettingStartedWithAwsLambda', function () {
installSnippet: 'test-install-snippet',
importContent: 'test-import-content',
initContent: 'test-init-content',
sourceMapStep: {
title: 'Upload Source Maps',
Copy link
Member

Choose a reason for hiding this comment

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

Should all of these be translated?

Copy link
Member Author

Choose a reason for hiding this comment

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

That is test data 🙂

Copy link
Member

Choose a reason for hiding this comment

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

sorry, haven't noticed the .spec.tsx 👍

@ArthurKnaus ArthurKnaus merged commit 43d49da into master Sep 14, 2023
43 checks passed
@ArthurKnaus ArthurKnaus deleted the aknaus/feat/onboarding/add-source-maps-cli-step branch September 14, 2023 07:59
ArthurKnaus added a commit that referenced this pull request Sep 14, 2023
Streamline StepsParams interface name over all getting-started docs
platforms to avoid naming collisions as there is already a StepProps
interface in this context.

Relates to #56239
@github-actions github-actions bot locked and limited conversation to collaborators Sep 29, 2023
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 source maps cli step to node js platfoms
2 participants