Skip to content

v2.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 18:34
· 3 commits to main since this release

Minor Changes

  • 661e845: Add hooks option to traceMiddleware (onRequestStart, onRequestEnd, onRequestError) so callers can hook other instrumentation, like metrics or logging, into the request span lifecycle.
  • 22e82a3: Add skip option to traceMiddleware to bypass tracing entirely for matching requests.