@nestified/correlation-id
Version:
A NestJS package for adding correlation IDs to requests for tracking and logging
6 lines • 307 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CORRELATION_ID_STORE = exports.CORRELATION_ID_HEADER = void 0;
exports.CORRELATION_ID_HEADER = "x-correlation-id";
exports.CORRELATION_ID_STORE = "CORRELATION_ID_STORE";
//# sourceMappingURL=correlation-id.constants.js.map