UNPKG

@instana/core

Version:
12 lines (8 loc) 288 B
/* * (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;