Instantly know when Symfony errors occur and how to fix them
Symfony errors are tracked by Rollbar instantly as they occur. Get notified of errors and how to fix them throughout the software development process.
Similar errors are automatically grouped using Rollbar's fingerprinting technology to reduce noise, and all errors include detailed data to help you assess impact and assign priority.
Rollbar automatically collects all the data you need to replicate and debug an error, presented in ways optimized for debugging speed. Works with JavaScript source maps.
Get stack traces, request parameters, local variables, affected users and IP addresses, browsers and OSes, deployed code versions, and more.
Local variables and arguments can help you debug problems faster by showing you the state of the application when the error was created.
You can view their values directly from the stack trace, and know exactly how to reproduce an error locally because you can see what triggered it.
Rollbar supports all popular languages and frameworks:
The fact that we’re ramping up continuous deployment for a lot of our services - is only doable because we have Rollbar integrated. Rollbar is so tightly coupled into the way we work, it seems part of our system as a whole.
Rollbar SDK for Symfony 3 and 4
This plugin integrates Rollbar into your Symfony 3 and 4 installation. Requirements: this bundle depends on symfony/monolog-bundle
.
Installation
14-day unlimited errors free trial. 5,000 errors/month free forever.
person
configuration option
By default, this bundle fetches the user data with $container->get('security.token_storage')->getToken()->getUser()
. However, you can hardcode your own person data here. Although this might be used rarely, if you want to pass user data to Rollbar, you probably want to set up person_fn
...