springtimesoft/silverstripe-raygun-tags
最新稳定版本:1.1.1
Composer 安装命令:
composer require springtimesoft/silverstripe-raygun-tags
包简介
Automatically add Silverstripe tags to Raygun error logs
README 文档
README
This is a purpose-built extension that adds several useful tags to error messages that are published to Raygun via the silverstripe/silverstripe-raygun extension.
The following tags are added:
env:live(orenv:dev/env:test)php:8.2.xhost:example.comframework:5.0.xajax:false(true if this is an AJAX request)cli:false(true if being run via the CLI)
The logging level is set to WARNING and above (debug & info is ignored, see configuration).
Requirements
- Silverstripe ^5.0
- A Raygun application and API key (see configuration)
Usage
Simply install the module: composer require springtimesoft/silverstripe-raygun-tags
Configuration
Add the SS_RAYGUN_APP_KEY="xxxxxxxxx" environment variable to your .env file.
Please refer to the original silverstripe/silverstripe-raygun README for further information on customising the Raygun extension.
To change the logging level of your application you can overrule the module's defaults by adding a custom yaml file like:
--- Name: custom-raygun After: - '#raygun-log-level' Only: envorconstant: 'SS_RAYGUN_APP_KEY' --- # Prevent Raygun from logging debug/info messages, which aren't considered errors SilverStripe\Core\Injector\Injector: SilverStripe\Raygun\RaygunHandler: constructor: level: 100 # Monolog\Level::Debug
Installation
composer require springtimesoft/silverstripe-raygun-tags
统计信息
- 总下载量: 175
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-07-31