PHPackages                             duxet/sentry-symfony - 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. duxet/sentry-symfony

Abandoned → [sentry/sentry-symfony](/?search=sentry%2Fsentry-symfony)Library[Logging &amp; Monitoring](/categories/logging)

duxet/sentry-symfony
====================

Symfony integration for Sentry (http://getsentry.com)

0.8.0(9y ago)02.0k1Apache-2.0PHPPHP &gt;=5.3.3

Since Apr 29Pushed 8y agoCompare

[ Source](https://github.com/duxet/sentry-symfony)[ Packagist](https://packagist.org/packages/duxet/sentry-symfony)[ Docs](http://getsentry.com)[ RSS](/packages/duxet-sentry-symfony/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (4)Versions (16)Used By (0)

sentry-symfony
==============

[](#sentry-symfony)

Symfony integration for [Sentry](https://getsentry.com/).

[![Build Status](https://camo.githubusercontent.com/1ef1de873d0ae872443f3df5108407daf3d59a37606adfad699590ed3d15eeea/68747470733a2f2f7472617669732d63692e6f72672f67657473656e7472792f73656e7472792d73796d666f6e792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/getsentry/sentry-symfony)

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require sentry/sentry-symfony
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
