sentry-elixir-sdk

Configure Sentry SDK error monitoring and tracing for Elixir and Phoenix applications.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/achmf/KostaHub --skill sentry-elixir-sdk-achmf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-elixir-sdk
Source: https://github.com/achmf/KostaHub/tree/main/.agents/skills/sentry-elixir-sdk
Command: npx skills add https://github.com/achmf/KostaHub --skill sentry-elixir-sdk-achmf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill resolves the complexity of manually configuring error monitoring, distributed tracing, and cron job tracking in Elixir and Phoenix applications, ensuring you never miss a silent failure or performance bottleneck.

Core Features & Use Cases

  • Automated Setup: Detects your project structure (Phoenix, Oban, Quantum, LiveView) and provides tailored installation steps.
  • Full Observability: Configures error monitoring, structured logging, and OpenTelemetry-based tracing in one unified workflow.
  • Use Case: If you are running a high-traffic Phoenix application with Oban background jobs, this skill will guide you through setting up Sentry to capture both web request errors and background job failures, while linking them via distributed traces.

Quick Start

Invoke the sentry-elixir-sdk skill to scan your current project and generate the necessary configuration for error monitoring and tracing.

Frequently Asked Questions about sentry-elixir-sdk

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

FAQPage Schema
How do I configure Sentry error monitoring in a Phoenix application?

To configure Sentry error monitoring in a Phoenix application, you can use a skill that detects your project structure and automates dependency management and SDK configuration for capturing web request errors.

Can I track Oban background job failures with Sentry in Elixir?

Yes, you can track Oban background job failures with Sentry in Elixir by configuring the SDK to capture errors from background jobs and link them via distributed traces.

How do I set up distributed tracing for Elixir and Phoenix apps?

You set up distributed tracing for Elixir and Phoenix apps by configuring the Sentry SDK with OpenTelemetry-based tracing, enabling a unified workflow for structured logging and performance bottleneck detection.

Does Sentry observability work with LiveView and Plug projects?

Yes, Sentry observability works with LiveView and Plug projects by providing tailored installation steps that integrate seamlessly with your existing telemetry and logging infrastructure.

What is the best way to monitor cron jobs in Elixir using Sentry?

The best way to monitor cron jobs in Elixir using Sentry is to configure the SDK for projects using Quantum or Oban, ensuring comprehensive observability and tracking of scheduled task failures.