CHANGE LOG ========== 2021-03-23 - v0.107.3 --------------------- ### Fixed - Respect 'undefined' behaviour when already closed and running out of scope. Autoscope is meant for simple convenience, use GlobalTracer if you want more 2021-03-10 - v0.107.2 --------------------- ### Fixed - AutoScope close when using a NoOp implementation 2021-03-08 - v0.107.1 --------------------- ### Fixed - bug with prototype parsing picking up leftover match variables 2021-03-05 - v0.107.0 --------------------- ### Added - Support for tracing subroutine arguments ### Fixed - WrapScope files can now contain empty lines - AutoScope no longer crashes when a scope was closed before scope end 2020-10-08 - v0.106.6 --------------------- ### Changed - WrapScope now uses Caller::Hide to hide from stack traces 2020-09-07 - v0.106.5 --------------------- ### Fixed - WrapScope now works correctly with Moose 2020-08-17 - v0.106.4 --------------------- ### Added - A new import option to disable "couldn't find sub" warnings 2020-08-17 - v0.106.3 --------------------- ### Added - Provided a script to generate OpenTracing::WrapScope config files 2020-08-17 - v0.106.2 --------------------- ### Fixed - Restore runtime-load with a new implementation 2020-08-14 - v0.106.1 --------------------- ### Reverted - Remove runtime-load checking because of breaking bugs 2020-08-13 - v0.106.0 --------------------- ### Fixed - WrapScope now properly wraps modules loaded at runtime 2020-07-30 - v0.105.0 --------------------- ### Added - WrapScope config files now support comments 2020-07-29 - v0.104.1 --------------------- ### Fixed - file globbing in WrapScope and `generate_wrap_config` skips directories - require the latest version of Test::OpenTracing::Integration 2020-07-24 - v0.104.0 --------------------- ### Changed - `error` tag is now a boolean, error message moved to `message` tag 2020-07-23 - v0.103.0 --------------------- ### Added - `generate_wrap_config` now supports a `complexity` filter 2020-07-10 - v0.102.0 --------------------- ### Added - on `use` of WrapScope, it now accepts `-file` and `-env` arguments - `generate_wrap_config` for creating config files 2020-07-01 - v0.101.0 --------------------- ### Added - `install_wrapped` - `wrapped` ### Changed - tags are being prefixed and contain caller info - emits warnings for missing subroutines instead of `die` ### Fixed - various typos and grammer issues in POD 2020-06-26 - v0.100.0 --------------------- Re-Release ### Added - WrapScope ### Changed - AutoScope 2020-01-16 - v0.01 ------------------ Initial Release