package.build.esm.tracing.hubextensions.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Base implementation for all Sentry JavaScript SDKs
import { registerSpanErrorInstrumentation } from './errors.js';
/**
* @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`.
*/
function addTracingExtensions() {
registerSpanErrorInstrumentation();
}
export { addTracingExtensions };
//# sourceMappingURL=hubextensions.js.map