m12/flow-rollbar
composer require m12/flow-rollbar
Rollbar.com error reporting for Flow/Neos projects
v0.3.1
Readme excerpt
Rollbar.com error reporting inside Flow/NeosReport errors and unhandled exceptions to Rollbar.com service in your Flow/Neos project.
It is especially useful on Production environment, where you don't want to have any exceptions or errors unnoticed.
Features- Error and exception logging:
- on server-side (PHP, both web requests and CLI requests)
- on front-end (JS) for public site and Neos admin areas (content module and all other modules, like Media, Workspaces etc)
- Enabled by default for Production only, can be enabled for Development too.
- Sending environment and currently authenticated account identifier, if present.…
Read more