PHPackages                             codekandis/tiphy-sentry-client-integration - 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. codekandis/tiphy-sentry-client-integration

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

codekandis/tiphy-sentry-client-integration
==========================================

`codekandis/tiphy-sentry-client-integration` is a library to integrate `codekandis/sentry-client` into `codekandis/tiphy`.

0.10.0(3y ago)0440MITPHPPHP ^7.4

Since Feb 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/codekandis/tiphy-sentry-client-integration)[ Packagist](https://packagist.org/packages/codekandis/tiphy-sentry-client-integration)[ RSS](/packages/codekandis-tiphy-sentry-client-integration/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (5)Versions (13)Used By (0)

codekandis/tiphy-sentry-client-integration
==========================================

[](#codekandistiphy-sentry-client-integration)

[![Version](https://camo.githubusercontent.com/eedabc845072497e3dec5576581721862b61613296de618125dba2ae29c790ef/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d302e31302e302d626c75652e737667)](./CHANGELOG.md)[![License](https://camo.githubusercontent.com/07a7d0169027aac6d7a0bfa8964dfef5fbc40d5a2075cabb3d8bc67e17be3451/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d79656c6c6f772e737667)](./LICENSE)[![Minimum PHP Version](https://camo.githubusercontent.com/0e9ac047546796cfdbe1423d1f4d91c8f37d2fbb11614a7900bb7686aaa5401f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e342d3838393242462e737667)](https://php.net)[![Code Coverage](https://camo.githubusercontent.com/5009b24513530a4b68a6e9c634256ec23bfba04e35be5e7db72a6c599bee95c1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d302532352d7265642e737667)](https://camo.githubusercontent.com/5009b24513530a4b68a6e9c634256ec23bfba04e35be5e7db72a6c599bee95c1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f7665726167652d302532352d7265642e737667)

`codekandis/tiphy-sentry-client-integration` is a library to integrate [`codekandis/sentry-client`](https://github.com/codekandis/sentry-client) into [`codekandis/tiphy`](https://github.com/codekandis/tiphy).

Index
-----

[](#index)

- [Installation](#installation)
- [How to use](#how-to-use)

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

[](#installation)

Install the latest version with

```
$ composer require codekandis/tiphy-sentry-client-integration
```

How to use
----------

[](#how-to-use)

### Create a configuration

[](#create-a-configuration)

Just inject the [`InternalServerErrorThrowableHandler`](./src/Throwables/Handlers/InternalServerErrorThrowableHandler.php) into the [`ActionDispatcher`](https://github.com/codekandis/tiphy/blob/master/src/Actions/ActionDispatcher.php).

```
