docs: Add Dashboard docs on source maps#12220
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12220 +/- ##
=======================================
Coverage 86.65% 86.65%
=======================================
Files 311 311
Lines 13089 13089
=======================================
Hits 11342 11342
Misses 1747 1747 ☔ View full report in Codecov by Sentry. |
czubocha
reviewed
Oct 19, 2023
czubocha
requested changes
Oct 19, 2023
Contributor
czubocha
left a comment
There was a problem hiding this comment.
just one comment about the --enable-source-maps option being experimental
czubocha
reviewed
Oct 19, 2023
Co-authored-by: Tomasz Czubocha <[email protected]>
czubocha
previously approved these changes
Oct 19, 2023
czubocha
reviewed
Oct 23, 2023
czubocha
approved these changes
Oct 23, 2023
khacminh
pushed a commit
to khacminh/serverless
that referenced
this pull request
Nov 29, 2023
* docs: Add Dashboard docs on source maps * docs: Recommend esbuild for typescript * docs: Correction, not experimental * docs: Add note on versioning nad disableWrapping * docs: Fix typo Co-authored-by: Tomasz Czubocha <[email protected]> * docs: Change source map support SF version --------- Co-authored-by: Tomasz Czubocha <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a docs-only change. It adds documentation on setting up Source Maps to work with the Node.js Serverless SDK. It is a general solution, not specific to Dashboard, but required for Dashboard to properly get the stacks for captured error events.