lkostrowski
released this
29 Oct 08:28
·
33 commits
to main
since this release
Minor Changes
- d088ef3: Renamed exported
logger
torootLogger
so we avoid collision of names when usinglogger
in monorepo. AlsocreateLogger
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 oldattachLoggerVercelTransport
toattachLoggerVercelRuntimeTransport
. -
6d528dc: Added missing OTEL attributes to
loggerVercelTransport
. They will be visible underotel
key in log collection service.Attributes:
span_id
trace_id
timestamp