v1.3.0
TracyExceptionProcessor
sets$context['tracy_filename']
instead oftracy
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