long-running/sentry
最新稳定版本:1.1.0
Composer 安装命令:
composer require long-running/sentry
包简介
README 文档
README
This is a read only split from the LongRunning mono repository.
If you want to make changes, please create a pull request there.
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.
composer require sentry/sentry-symfony
Then register the bundle:
<?php // config/bundles.php return [ // ... Sentry\SentryBundle\SentryBundle::class => ['all' => true], LongRunning\Core\Bundle\LongRunningBundle::class => ['all' => true], LongRunning\Sentry\Bundle\LongRunningSentryBundle::class => ['all' => true], ];
统计信息
- 总下载量: 512.82k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-12-01