Repository URL to install this package:
|
Version:
0.6.4 ▾
|
/*
* (c) Copyright IBM Corp. 2021
* (c) Copyright Instana Inc. and contributors 2020
*/
'use strict';
const W3cTraceContext = require('./W3cTraceContext');
exports.fromInstanaIds = W3cTraceContext.fromInstanaIds;
exports.createEmptyUnsampled = W3cTraceContext.createEmptyUnsampled;