@trigger.dev/core 3.0.0-beta.4 → 3.0.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/v3/index.js CHANGED
@@ -3974,11 +3974,11 @@ var _TracingSDK = class _TracingSDK {
3974
3974
  this.getTracer = traceProvider.getTracer.bind(traceProvider);
3975
3975
  }
3976
3976
  async flush() {
3977
- await this._spanExporter.forceFlush?.();
3977
+ await this._traceProvider.forceFlush();
3978
3978
  await this._logProvider.forceFlush();
3979
3979
  }
3980
3980
  async shutdown() {
3981
- await this._spanExporter.shutdown();
3981
+ await this._traceProvider.shutdown();
3982
3982
  await this._logProvider.shutdown();
3983
3983
  }
3984
3984
  };