UNPKG

@grafana/faro-core

Version:
10 lines 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultBatchingConfig = exports.defaultGlobalObjectKey = void 0; exports.defaultGlobalObjectKey = 'faro'; exports.defaultBatchingConfig = { enabled: true, sendTimeout: 250, itemLimit: 50, }; //# sourceMappingURL=const.js.map