sentry-php-sdk

Configure Sentry PHP SDK for plain PHP, Laravel, and Symfony.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Sivanwol/sabo-platfom --skill sentry-php-sdk-sivanwol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-php-sdk
Source: https://github.com/Sivanwol/sabo-platfom/tree/main/.ai/skills/sentry-php-sdk
Command: npx skills add https://github.com/Sivanwol/sabo-platfom --skill sentry-php-sdk-sivanwol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates comprehensive Sentry PHP SDK integration across plain PHP and major frameworks, enabling quick setup of error monitoring, logging, tracing, profiling, metrics, and cron monitoring.

Core Features & Use Cases

  • Provides framework-aware installation and configuration guidance for PHP, Laravel, and Symfony; includes references for error monitoring, tracing, logging, profiling, metrics, and cron monitoring.
  • Supports publishing config and verifying setup via test events and configuration prompts.
  • Example use: add Sentry to a PHP project to enable consistent error reporting, tracing, and logging across components.

Quick Start

Get started by asking me to generate a Sentry PHP setup tailored to your project, and I will provide installation and configuration steps for plain PHP, Laravel, or Symfony.

Frequently Asked Questions about sentry-php-sdk

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

FAQPage Schema
How do I integrate Sentry error monitoring into a Laravel application?

To integrate Sentry error monitoring in Laravel, install the sentry/sentry-laravel package and publish the configuration file to enable consistent error reporting and tracing across your application components.

Can I use Sentry PHP SDK for tracing and profiling in Symfony?

Yes, Sentry PHP SDK supports tracing and profiling in Symfony by installing the sentry/sentry-symfony package and configuring framework-specific setup references to capture performance metrics and traces.

What is the best way to configure Sentry logging and cron monitoring in plain PHP?

The best way to configure Sentry logging and cron monitoring in plain PHP is using the core sentry/sentry package to set up comprehensive error monitoring, logging, and scheduled task tracking without a framework.

Does the Sentry PHP setup support both Laravel and Symfony frameworks?

Yes, the Sentry PHP setup provides framework-aware installation and configuration guidance for both Laravel and Symfony, supporting error monitoring, tracing, logging, profiling, metrics, and cron monitoring.

How do I verify that my Sentry PHP SDK configuration is working correctly?

Verify your Sentry PHP SDK configuration by publishing the config file and sending a test event to confirm that error reporting and tracing are properly capturing data across your application.