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

package.build.esm.tracing.hubextensions.js Maven / Gradle / Ivy

There is a newer version: 8.39.0
Show newest version
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy