This is a monorepo containing the following packages:
datadog-transport-common
: A library for sending logs to datadogelectron-log-transport-datadog
: Send logs to datadog usingelectron-log
pino-datadog-transport
: Send logs to datadog usingpino
You can find information for them in their respective packages via the README.md
file.
It is recommended you use LogLayer if you need to ship logs to DataDog as you can send logs to DataDog and use the logging library of your choice.
This monorepo uses pnpm
because I couldn't
get workspaces to work properly under npm
and yarn
.