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

package.build.cjs.propagationContext.js.map Maven / Gradle / Ivy

There is a newer version: 8.38.0
Show newest version
{"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;;;;"}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy