@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/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: `/v1/input/${settings.datadog.apiKey}?ddsource=nodejs&service=${settings.service.serviceName}`,
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) => {