Skip to content

v2.0.0

Compare
Choose a tag to compare
@ArturMoczulski ArturMoczulski released this 17 Apr 10:57
· 72 commits to master since this release
  • Major refactoring of the directory structure following Symfony's best practices.
  • Updated the rollbar/rollbar dependency to use the latest release.
  • Added support for manual logging through the LoggerInterface injected logger.
  • Utilized Symfony's Monolog Bundle to tap into Symfony's common logging mechanism.
  • Updated README.md and Resources/doc/index.rst.
  • Added Symfony's logged in user tracking by default.
  • Added support for person_fn for modifying the user tracking data.
  • Refactored the configuration options structure for app/config/config.yml.
  • Added passing Rollbar's default config values as they are defined in rollbar/rollbar dependency instead of redefining them in the bundle.