sentry-node-sdk

Integrate Sentry SDK for error monitoring, tracing, and logging in Node.js, Bun, and Deno.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill sentry-node-sdk-himanshu040604
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-node-sdk
Source: https://github.com/Himanshu040604/codex-skills-setup/tree/main/assets/codex/skills/claude-import/skills/plugins/sentry%40claude-plugins-official/skills/sentry-node-sdk
Command: npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill sentry-node-sdk-himanshu040604

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you integrate Sentry error monitoring, tracing, and logging into your Node.js, Bun, or Deno backend applications, providing deep insights into application performance and errors.

Core Features & Use Cases

  • Error Monitoring: Automatically captures unhandled exceptions and promise rejections.
  • Distributed Tracing: Tracks requests across your services to pinpoint bottlenecks.
  • Logging: Captures structured logs that link directly to errors and traces.
  • Use Case: You can use this Skill to set up comprehensive error tracking and performance monitoring for your Express.js API, ensuring you can quickly identify and resolve issues before they impact users.

Quick Start

Use the sentry-node-sdk skill to add Sentry error monitoring to your Node.js application.

Frequently Asked Questions about sentry-node-sdk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add Sentry error monitoring to a Node.js backend?

To add Sentry error monitoring to a Node.js backend, you must install the Sentry SDK and initialize it within your application's entry point to automatically capture unhandled exceptions and promise rejections.

Does the Sentry Node.js SDK support Bun and Deno runtimes?

Yes, the Sentry Node.js SDK supports Bun and Deno runtimes alongside Node.js, allowing you to implement distributed tracing and structured logging across these different JavaScript backend environments.

What is distributed tracing and how does it identify backend bottlenecks?

Distributed tracing tracks requests across your backend services to pinpoint performance bottlenecks, providing deep insights into application performance by visualizing the flow of operations and identifying slow segments.

Can I capture structured logs that link directly to Sentry errors?

Yes, you can capture structured logs that link directly to errors and traces, facilitating detailed log analysis and helping you quickly identify and resolve issues within your Express.js API or other backend frameworks.

What's the best way to track unhandled exceptions in an Express.js API?

The best way to track unhandled exceptions in an Express.js API is by integrating the Sentry SDK at your application's entry point, which facilitates automated error capture and comprehensive performance monitoring to resolve issues before impact.