This adds a new logger option that allows people supply a custom logger function. This is useful for people that use a structured logger like winston and also allows people to send errors to an error tracker like Sentry.
I also deleted the yarn.lock because the CI is using npm, not yarn.
This adds a new
logger
option that allows people supply a custom logger function. This is useful for people that use a structured logger like winston and also allows people to send errors to an error tracker like Sentry.I also deleted the
yarn.lock
because the CI is usingnpm
, notyarn
.