https://github.com/longrunning/sentry
[READ ONLY] LongRunning Sentry
https://github.com/longrunning/sentry
Last synced: 4 months ago
JSON representation
[READ ONLY] LongRunning Sentry
- Host: GitHub
- URL: https://github.com/longrunning/sentry
- Owner: LongRunning
- License: mit
- Created: 2020-12-01T19:05:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T08:07:19.000Z (about 4 years ago)
- Last Synced: 2025-09-18T06:44:17.148Z (5 months ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LongRunning Sentry
This is a read only split from the [LongRunning](https://github.com/LongRunning/LongRunning) mono repository.
If you want to make changes, please create a pull request [there](https://github.com/LongRunning/LongRunning/pulls).
This packages requires Sentry SDK 3.1 or higher.
## Installation
```
composer require long-running/sentry
```
## Symfony
If you are using Symfony, make sure to install the [Sentry Symfony SDK](https://github.com/getsentry/sentry-symfony).
```
composer require sentry/sentry-symfony
```
Then register the bundle:
```php
['all' => true],
LongRunning\Core\Bundle\LongRunningBundle::class => ['all' => true],
LongRunning\Sentry\Bundle\LongRunningSentryBundle::class => ['all' => true],
];
```