UNPKG

@embrace-io/web-sdk

Version:
10 lines (9 loc) 316 B
//#region src/managers/EmbraceConfigManager/constants.ts const DEFAULT_CONFIG = { samplingPct: 100, networkSpansForwardingThreshold: 0 }; const LOCAL_STORAGE_REMOTE_CONFIG_KEY = "embrace_remote_config"; //#endregion export { DEFAULT_CONFIG, LOCAL_STORAGE_REMOTE_CONFIG_KEY }; //# sourceMappingURL=constants.js.map