package.build.cjs.propagationContext.js.map Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
Utilities for all Sentry JavaScript SDKs
{"version":3,"file":"propagationContext.js","sources":["../../src/propagationContext.ts"],"sourcesContent":["import type { PropagationContext } from '@sentry/types';\nimport { uuid4 } from './misc';\n\n/**\n * Returns a new minimal propagation context\n */\nexport function generatePropagationContext(): PropagationContext {\n return {\n traceId: uuid4(),\n spanId: uuid4().substring(16),\n };\n}\n"],"names":["uuid4"],"mappings":";;;;AAGA;AACA;AACA;AACO,SAAS,0BAA0B,GAAuB;AACjE,EAAE,OAAO;AACT,IAAI,OAAO,EAAEA,UAAK,EAAE;AACpB,IAAI,MAAM,EAAEA,UAAK,EAAE,CAAC,SAAS,CAAC,EAAE,CAAC;AACjC,GAAG,CAAA;AACH;;;;"}