avoutic / web-framework-sentry
The Sentry module for web-framework
dev-main
2025-03-29 15:48 UTC
Requires
- avoutic/web-framework: ^8
- guzzlehttp/guzzle: ^7.9
- sentry/sentry: ^3.21
Requires (Dev)
- phpstan/phpstan: ^2.0
This package is auto-updated.
Last update: 2025-03-29 17:30:21 UTC
README
Sentry instrumentation for WebFramework, providing performance monitoring and tracing capabilities.
Installation
composer require web-framework/sentry
Usage
The module provides Sentry integration for WebFramework, enabling performance monitoring and distributed tracing. It implements the WebFramework Instrumentation interface to track transactions and spans.
To use Sentry for instrumentation you need to add it in your PHP-DI definitions:
<?php namespace WebFramework; use DI; return [ Core\Instrumentation::class => DI\autowire(Core\SentryInstrumentation::class),
License
This package is proprietary software. All rights reserved.