sampoyigi/ti-ext-sentry
Composer 安装命令:
composer require sampoyigi/ti-ext-sentry
包简介
Sentry.io integration for TastyIgniter, log errors and exceptions to Sentry.io
README 文档
README
Integrates the sentry-laravel package into TastyIgniter.
Configuration
If you are using the .env file for configuration, simply add your Sentry DSN to the environment file
as SENTRY_LARAVEL_DSN or SENTRY_DSN.
After you have provided the DSN, you can go to example.com/debug-sentry to test that exceptions are being reported
to Sentry. Note that by default this route is only enabled when debug mode is enabled, although you can set it to be
explicitly enabled or disabled by changing SENTRY_ENABLE_TEST_ROUTE in the .env file
Installation
Clone the repository into extensions/sampoyigi/sentry and
then run composer update from your project root in order to pull in the dependencies.
To install it with Composer, run composer require sampoyigi/ti-ext-sentry from your project root.
统计信息
- 总下载量: 612
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-03