@punks/backend-core 0.0.52 → 0.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -28542,7 +28542,7 @@ class ConsoleLogger {
|
|
|
28542
28542
|
|
|
28543
28543
|
const createHttpTransportOptions = (settings) => ({
|
|
28544
28544
|
host: `http-intake.logs.${settings.datadog.site}`,
|
|
28545
|
-
path: `/
|
|
28545
|
+
path: `/api/v2/logs?dd-api-key=${settings.datadog.apiKey}?ddsource=nodejs&service=${settings.service.serviceName}`,
|
|
28546
28546
|
ssl: true,
|
|
28547
28547
|
});
|
|
28548
28548
|
const createLoggerInstance = (settings) => {
|