All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.build.esm.propagationContext.js Maven / Gradle / Ivy

There is a newer version: 8.38.0
Show newest version
import { uuid4 } from './misc.js';

/**
 * Returns a new minimal propagation context
 */
function generatePropagationContext() {
  return {
    traceId: uuid4(),
    spanId: uuid4().substring(16),
  };
}

export { generatePropagationContext };
//# sourceMappingURL=propagationContext.js.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy