Download the PHP package macpaw/sentry-monolog-adapter without Composer
On this page you can find all versions of the php package macpaw/sentry-monolog-adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package sentry-monolog-adapter
Symfony Sentry Monolog Adapter
Version | Build Status | Code Coverage |
---|---|---|
master |
||
develop |
Installation
Step 1: Download the Bundle
Open a command console, enter your project directory and execute:
Applications that use Symfony Flex
Applications that don't use Symfony Flex
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Create Sentry Monolog Adapter Config:
config/packages/sentry_monolog_adapter.yaml
Configurating logging strategies of MessengerLoggingMiddleware - all strategies you can see here.
Step 3: Configuration
Monolog:
config/packages/monolog.yaml
Messenger:
config/packages/messenger.yaml
Step 4: Additional settings
It is possible to add preprocessors for putting your parameters to the additional data. Our library provides a basic implementation, but at any time we can replace it with our own implementation
All versions of sentry-monolog-adapter with dependencies
symfony/console Version ^5.4 || ^6.0 || ^7.0
symfony/dotenv Version ^5.4 || ^6.0 || ^7.0
symfony/monolog-bundle Version ^3.0
sentry/sentry-symfony Version ^4.0
symfony/messenger Version ^5.4 || ^6.0 || ^7.0