PHPackages                             nowo-tech/sentry-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. nowo-tech/sentry-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

nowo-tech/sentry-bundle
=======================

Symfony bundle extending Sentry integration with enhanced event listeners and configuration

v1.2.2(2mo ago)0422↓46.9%MITPHPPHP &gt;=8.2 &lt;8.6CI passing

Since Dec 17Pushed 1mo agoCompare

[ Source](https://github.com/nowo-tech/SentryBundle)[ Packagist](https://packagist.org/packages/nowo-tech/sentry-bundle)[ Docs](https://github.com/nowo-tech/SentryBundle)[ RSS](/packages/nowo-tech-sentry-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (23)Versions (7)Used By (0)

Sentry Bundle
=============

[](#sentry-bundle)

[![CI](https://github.com/nowo-tech/SentryBundle/actions/workflows/ci.yml/badge.svg)](https://github.com/nowo-tech/SentryBundle/actions/workflows/ci.yml) [![Packagist Version](https://camo.githubusercontent.com/1e67a2a8dadd08d84280037fd938cd5bbd621317936783b271d3a8854039ed8e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6f776f2d746563682f73656e7472792d62756e646c652e7376673f7374796c653d666c6174)](https://packagist.org/packages/nowo-tech/sentry-bundle) [![Packagist Downloads](https://camo.githubusercontent.com/0429ea0885f89e5fe13dc161da27c281c71837c9ebd34b1689f5ca9b9dc934df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6f776f2d746563682f73656e7472792d62756e646c652e737667)](https://packagist.org/packages/nowo-tech/sentry-bundle) [![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE) [![PHP](https://camo.githubusercontent.com/3f99b197569aa2dcfbefff17ecc68d74098e7f929d8b52dc40f3a898f740eae1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e322532422d3737374242343f6c6f676f3d706870)](https://php.net) [![Symfony](https://camo.githubusercontent.com/8fe7de83f11ab7ca74742794be56f9291632c8351a9ae5baea0bc1e9c4eb5a35/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53796d666f6e792d3625323025374325323037253230253743253230382d3030303030303f6c6f676f3d73796d666f6e79)](https://symfony.com) [![GitHub stars](https://camo.githubusercontent.com/660422501b6821b384124ddac9bd2082b30fdb5cf0eab10fa590cddda65ecc91/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6e6f776f2d746563682f73656e7472792d62756e646c652e7376673f7374796c653d736f6369616c266c6162656c3d53746172)](https://github.com/nowo-tech/SentryBundle)

> ⭐ **Found this project useful?** Give it a star on GitHub! It helps us maintain and improve the project.

Symfony bundle extending Sentry integration with enhanced event listeners and configuration options.

Features
--------

[](#features)

- ✅ Enhanced request context with user and session information
- ✅ Automatic filtering of access denied exceptions
- ✅ Uptime bot detection and handling
- ✅ Compatible with existing Sentry configuration
- ✅ Full integration with Sentry Symfony bundle (extends SentryBundle)
- ✅ Fully configurable event listeners (enable/disable per listener)
- ✅ Type-safe error handling
- ✅ 100% code coverage with comprehensive tests
- ✅ Demo projects for Symfony 7.0, 8.0, and 8.0 with PHP 8.5

Installation
------------

[](#installation)

```
composer require nowo-tech/sentry-bundle
```

**Symfony Flex Recipe**: If you're installing from Packagist, the Symfony Flex recipe will automatically:

- Register the bundle in `config/bundles.php`
- Create the default configuration file at `config/packages/nowo_sentry.yaml`

**Manual Installation** (for private bundles or Git installations): If the Flex recipe doesn't work, manually register the bundle in your `config/bundles.php`:

```
