sentry-browser-sdk
Full Sentry SDK setup for browser JavaScript
Developer Setup
Setup & Installation
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-browser-sdknpx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-browser-sdkOverview
What This Skill Does
Full Sentry SDK setup for browser JavaScript. Use when asked to add Sentry to a website, install @sentry/browser, or configure error monitoring, tracing, session replay, or logging for vanilla JavaScript, jQuery, static sites, or WordPress.
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
All Skills > SDK Setup > Browser SDK
Sentry Browser SDK
Opinionated wizard that scans your project and guides you through complete Sentry setup for browser JavaScript — vanilla JS, jQuery, static sites, WordPress, and any JS project without a framework-specific SDK.
Invoke This Skill When
- User asks to "add Sentry to a website" or set up Sentry for plain JavaScript
- User wants to install
@sentry/browseror configure the Loader Script - User has a WordPress, Shopify, Squarespace, or static HTML site
- User wants error monitoring, tracing, session replay, or logging without a framework
- No framework-specific SDK applies
Note: SDK versions and APIs below reflect
@sentry/browser≥10.0.0. Always verify against docs.sentry.io/platforms/javascript/ before implementing.
Phase 1: Detect
CRITICAL — Check for frameworks first. Framework-specific SDKs provide significantly better coverage and must be recommended before proceeding with @sentry/browser.
Step 1A: Framework Detection (Redirect If Found)
Recommendations
Explore other random skills
spec-to-implementation
Turn product/tech specs into concrete Notion tasks with acceptance criteria and progress tracking
mongodb-mcp-setup
Set up the MongoDB MCP server with authentication and connection configuration
mongodb-connection
Optimize MongoDB client connection pools, timeouts, and serverless patterns