@sentry/nextjs
Version:
Official Sentry SDK for Next.js
6 lines • 367 B
TypeScript
/**
* Prepares the global object to generate safe random IDs in cache components contexts
* See: https://github.com/getsentry/sentry-javascript/blob/ceb003c15973c2d8f437dfb7025eedffbc8bc8b0/packages/core/src/utils/propagationContext.ts#L1
*/
export declare function prepareSafeIdGeneratorContext(): void;
//# sourceMappingURL=prepareSafeIdGeneratorContext.d.ts.map