Closed
Description
SDK
JavaScript SDK
Description
Let's rework the shared content on installing Sentry for Nest.js and Nest.js-specific error capturing (exception filters).
We have this longer content here: https://docs.sentry.io/platforms/javascript/guides/nestjs/install/commonjs/
which is also used in the quick start guide here: https://docs.sentry.io/platforms/javascript/guides/nestjs/
Goals:
- avoid structuring content underneath a "CommonJS" titled section when it's also valid for "ESM" and vice versa
- move content that is not needed for installation to a separate page
a. @Lms24 suggests we could create a "NestJS Features -> Exception Filters" page - show TS file tab instead of ESM/CJS for NestJS-CommmonJS (see comment here)
a. some code blocks are marked as being Javascript although they are Typescript - QS guide: update "Step 2: Configure" accordingly (this should only include the most important steps)
a. consider creating a dedicated section "Step x: Capture Nest.js Errors" if needed
This will help make the documentation clearer and help users find the information they need more easily. Additionally, the quick start guide will benefit from the streamlined content.
Related: #13497
Suggested Solution
Please comment if you can think of additional requirements or have other input!