Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vercel/nft
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.0
Choose a base ref
...
head repository: vercel/nft
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.0
Choose a head ref
  • 1 commit
  • 19 files changed
  • 2 contributors

Commits on Mar 20, 2026

  1. feat: trace pino transports in constructor and fastify patterns (#573)

    The [previous pino support](#571) only
    handled `pino.transport({ target: '...' })`. This adds support for two
    additional patterns:
    - `pino({ transport: { target: '...' } })` (constructor config)
    - `fastify({ logger: { transport: { target: '...' } } })` (fastify
    logger)
    
    Also extracts shared transport config processing into a reusable helper.
    
    <!--
    PRs prefixed with `chore:` will skip creating a changelog entry and
    release.
    PRs prefixed with `fix:` will do a patch release.
    PRs prefixed with `feat:` will do a minor release.
    -->
    
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    jeffsee55 and claude authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    a044730 View commit details
    Browse the repository at this point in the history
Loading