Skip to content
Compare
Choose a tag to compare
@lkostrowski lkostrowski released this 29 Oct 08:28
· 33 commits to main since this release
427c0e6

Minor Changes

  • d088ef3: Renamed exported logger to rootLogger so we avoid collision of names when using logger in monorepo. Also createLogger function has been removed in favour of app defining it in their codebase.

Patch Changes

  • 2f37f07: Added VercelBuildtimeTransport which can be used to log information during Vercel build time e.g webhook migrations output. Renamed old attachLoggerVercelTransport to attachLoggerVercelRuntimeTransport.

  • 6d528dc: Added missing OTEL attributes to loggerVercelTransport. They will be visible under otel key in log collection service.

    Attributes:

    • span_id
    • trace_id
    • timestamp