Skip to content

0.63.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 17 Mar 13:51
· 343 commits to develop since this release
4fb7a47
Type Description Link
Improvement @Instrument generates static trace method

Provide a trace method for generated Instrumented* classes to simplify and optimize the cases where one only wants tracing instrumentation on dynamic instances (e.g. when tracing individual transactions).

Remove a few excess allocations when using InstrumentationBuilder
#1679