@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/esm/index.js
CHANGED
|
@@ -28514,7 +28514,7 @@ class ConsoleLogger {
|
|
|
28514
28514
|
|
|
28515
28515
|
const createHttpTransportOptions = (settings) => ({
|
|
28516
28516
|
host: `http-intake.logs.${settings.datadog.site}`,
|
|
28517
|
-
path: `/
|
|
28517
|
+
path: `/api/v2/logs?dd-api-key=${settings.datadog.apiKey}?ddsource=nodejs&service=${settings.service.serviceName}`,
|
|
28518
28518
|
ssl: true,
|
|
28519
28519
|
});
|
|
28520
28520
|
const createLoggerInstance = (settings) => {
|