PHPackages                             wodcz/nette-sentry-bridge - 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. wodcz/nette-sentry-bridge

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

wodcz/nette-sentry-bridge
=========================

Bridge that adds some framework-specific context to official Sentry PHP SDK client.

0.3(8y ago)023.5k↑100%BSD-3-ClausePHPPHP &gt;=5.3.0

Since Oct 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/wodCZ/nette-sentry-bridge)[ Packagist](https://packagist.org/packages/wodcz/nette-sentry-bridge)[ Docs](https://github.com/wodCZ/nette-sentry-bridge)[ RSS](/packages/wodcz-nette-sentry-bridge/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

nette-sentry-bridge
===================

[](#nette-sentry-bridge)

Bridge that adds some framework-specific context to official Sentry PHP SDK client.

Installation and usage
----------------------

[](#installation-and-usage)

### Installation via composer:

[](#installation-via-composer)

```
composer require wodcz/nette-sentry-bridge
```

### Usage

[](#usage)

This is not usual extension that you would register in `extensions:` section of your config.neon. In my opinion that is too late (something bad can happen before DIC is initialized). Because of this, setup is a bit different.

#### `app/bootstrap.php`:

[](#appbootstrapphp)

```
