Official Sentry SDKs for JavaScript
Sentry JavaScript SDK is the official Sentry error monitoring and crash reporting SDK for JavaScript, maintained as a monorepo containing over 40 packages under the `@sentry/*` namespace and managed with Yarn workspaces and Nx. The project is built with TypeScript and supports multiple frameworks and platforms including React, Vue, Angular, Ember, Next.js, and Node.js, with additional integration for edge runtimes like Cloudflare Workers. The codebase uses Oxlint for linting and Oxfmt for code formatting, follows Git Flow for version control, and includes comprehensive integration and end-to-end testing infrastructure using Playwright for browser tests and custom test applications for SDK behavior verification.