@eagleeye-solutions/integration-events-common
Version:
Eagle Eye CDP connector common functionality
7 lines (6 loc) • 351 B
TypeScript
import express from 'express';
import { ApplicationConfig } from './types/index';
export declare const DEFAULT_TRACE_ID_NAME = "x-ees-connector-trace-id";
export declare const DEFAULT_INCLUDE_TRACE_ID_IN_HTTP_RESPONSE_HEADERS = true;
export declare function connector(appConfig: ApplicationConfig): Promise<express.Express>;
export default connector;