axllent / silverstripe-raygun-tags
Automatically add Silverstripe tags to Raygun error logs
Installs: 364
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- silverstripe/framework: ^5.0
- silverstripe/raygun: ^4.0
This package is auto-updated.
Last update: 2024-07-31 05:17:56 UTC
README
This package has been moved to springtimesoft/silverstripe-raygun-tags.
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.x
host:example.com
framework:5.0.x
ajax:false
(true if this is an AJAX request)cli:false
(true if being run via the CLI)
Requirements
- Silverstripe ^5.0
- A Raygun application and API key (see configuration)
Usage
Simply install the module: composer require axllent/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.
Installation
composer require axllent/silverstripe-raygun-tags