Skip to content

v1.3.0

Compare
Choose a tag to compare
@fprochazka fprochazka released this 18 May 13:39
· 44 commits to master since this release
defe819
  • TracyExceptionProcessor sets $context['tracy_filename'] instead of tracy
  • TracyExceptionProcessor sets $context['tracy_created'] = true when the bluescreen is rendered (Tracy detects when it's rendering the same exception for the second time and doesn't rewrite it)
  • #21 Set logger into services implementing LoggerAwareInterface; thx @jakubskrz
  • #20 MonologAdapter passes exception into $context['exception'] to allow more processing; thx @jiripudil
  • #15 TracyExceptionProcessor no longer unsets $context['exception'] to allow more processing
  • dropped a lot of dead code

This release is for Nette ^2.4