Download the PHP package joostvanveen/rollbarlogger without Composer
On this page you can find all versions of the php package joostvanveen/rollbarlogger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download joostvanveen/rollbarlogger
More information about joostvanveen/rollbarlogger
Files in joostvanveen/rollbarlogger
Download joostvanveen/rollbarlogger
More information about joostvanveen/rollbarlogger
Files in joostvanveen/rollbarlogger
Vendor joostvanveen
Package rollbarlogger
Short Description Logs Magento 2 errors and exceptions to Rollbar.com.
License MIT
Homepage https://github.com/joostvanveen/rollbarlogger
Package rollbarlogger
Short Description Logs Magento 2 errors and exceptions to Rollbar.com.
License MIT
Homepage https://github.com/joostvanveen/rollbarlogger
Please rate this library. Is it a good library?
Informations about the package rollbarlogger
Joostvanveen_RollbarLogger
Logs errors, exceptions and log messages to Rollbar.com
Installation
- Install through Composer
composer require joostvanveen/rollbarlogger
- Enable the extension:
php bin/magento module:enable Joostvanveen_RollbarLogger
- Run the setup script:
php bin/magento setup:upgrade
- Configure settings in Magento admin panel: Stores › Config › Advanced › Rollbar Logger
- There is no step 5.
Setup
Available settings in Magento admin panel: Stores › Config › Advanced › Rollbar Logger
- Enable logging to Rollbar : Switch logging on or off.
- Rollbar environment : The environment to send to Rollbar. Typically: local, staging or production
- Rollbar post_server_item token : The Rollbar token for your project. You can find this in Rollbar, under Settings › Project Access Tokens › post_server_item
- Log to Rollbar in development mode : If no, only log to Rollbar when Magento deploy mode is
developer
. You can check the deploy mode usingphp bin/magento deploy:mode:show
- Log Level : Pick the log level threshold to log to Rollbar.
- Include packages : A list of Composer packages for which you want the version to be logged to Rollbar. Use the Composer name, like
onestepcheckout/iosc
. Each package name should be on its own line. - Exclude strings : A list of (partial) strings that should not be logged, like all strings containing
Add of item
. Each string should be on its own line.
Changelog
[0.2.2] - 2018-11-15
Added
- Scramble email for privacy
- Cache module versions
[0.2.1] - 2018-11-13
Added
- MIT License
[0.2.0] - 2018-11-12
Added
- Created working Joostvanveen_RollbarLogger.
- Exceptions are logged by using a custom plugin to replace Magento\Framework\App\Http\ExceptionCatcher.
- Anything logged to Magento is logged by overwriting Magento\Framework\Logger\Monolog.
- Includes settings in admin.
- Logs message, customer (if logged in), Magento version and versions for specific modules (set in config)
Thanks to the inspirational work of justbetter/magento2-sentry.
All versions of rollbarlogger with dependencies
PHP Build Version
Package Version
The package joostvanveen/rollbarlogger contains the following files
Loading the files please wait ....