https://github.com/codekandis/tiphy-sentry-client-integration
`codekandis/tiphy-sentry-client-integration` is a library to integrate `codekandis/sentry-client` into `codekandis/tiphy`.
https://github.com/codekandis/tiphy-sentry-client-integration
Last synced: about 1 month ago
JSON representation
`codekandis/tiphy-sentry-client-integration` is a library to integrate `codekandis/sentry-client` into `codekandis/tiphy`.
- Host: GitHub
- URL: https://github.com/codekandis/tiphy-sentry-client-integration
- Owner: codekandis
- License: mit
- Created: 2020-02-02T08:36:23.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T18:44:01.000Z (almost 4 years ago)
- Last Synced: 2025-09-19T01:53:05.621Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# codekandis/tiphy-sentry-client-integration
[![Version][xtlink-version-badge]][srclink-changelog]
[![License][xtlink-license-badge]][srclink-license]
[![Minimum PHP Version][xtlink-php-version-badge]][xtlink-php-net]
![Code Coverage][xtlink-code-coverage-badge]
`codekandis/tiphy-sentry-client-integration` is a library to integrate [`codekandis/sentry-client`][xtlink-github-codekandis-sentry-client] into [`codekandis/tiphy`][xtlink-github-codekandis-tiphy].
## Index
* [Installation](#installation)
* [How to use](#how-to-use)
## Installation
Install the latest version with
```bash
$ composer require codekandis/tiphy-sentry-client-integration
```
## How to use
### Create a configuration
Just inject the [`InternalServerErrorThrowableHandler`][srclink-throwable-handler] into the [`ActionDispatcher`][xtlink-github-codekandis-tiphy-action-dispatcher].
```php
dispatch();
```
[xtlink-version-badge]: https://img.shields.io/badge/version-0.10.0-blue.svg
[xtlink-license-badge]: https://img.shields.io/badge/license-MIT-yellow.svg
[xtlink-php-version-badge]: https://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg
[xtlink-code-coverage-badge]: https://img.shields.io/badge/coverage-0%25-red.svg
[xtlink-php-net]: https://php.net
[xtlink-github-codekandis-sentry-client]: https://github.com/codekandis/sentry-client
[xtlink-github-codekandis-tiphy]: https://github.com/codekandis/tiphy
[xtlink-github-codekandis-tiphy-action-dispatcher]: https://github.com/codekandis/tiphy/blob/master/src/Actions/ActionDispatcher.php
[srclink-changelog]: ./CHANGELOG.md
[srclink-license]: ./LICENSE
[srclink-throwable-handler]: ./src/Throwables/Handlers/InternalServerErrorThrowableHandler.php