@grafana/faro-web-sdk
Version:
Faro instrumentations, metas, transports for web.
13 lines • 599 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.k6Meta = void 0;
const k6Meta = () => {
const k6Properties = window.k6;
return {
k6: Object.assign({
// we only add the k6 meta if Faro is running inside a k6 environment, so this is always true
isK6Browser: true }, ((k6Properties === null || k6Properties === void 0 ? void 0 : k6Properties.testRunId) && { testRunId: k6Properties === null || k6Properties === void 0 ? void 0 : k6Properties.testRunId })),
};
};
exports.k6Meta = k6Meta;
//# sourceMappingURL=meta.js.map