/**
* Determines if span streaming is enabled for the given client
*/functionhasSpanStreamingEnabled(client) {
return client.getOptions().traceLifecycle === 'stream';
}
export { hasSpanStreamingEnabled };
//# sourceMappingURL=hasSpanStreamingEnabled.js.map