@sentry/core
Version:
Base implementation for all Sentry JavaScript SDKs
5 lines • 308 B
TypeScript
/**
* @deprecated Use `registerSpanErrorInstrumentation()` instead. In v9, this function will be removed. Note that you don't need to call this in Node-based SDKs or when using `browserTracingIntegration`.
*/
export declare function addTracingExtensions(): void;
//# sourceMappingURL=hubextensions.d.ts.map