@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.mjs CHANGED
@@ -3966,11 +3966,11 @@ var _TracingSDK = class _TracingSDK {
3966
3966
  this.getTracer = traceProvider.getTracer.bind(traceProvider);
3967
3967
  }
3968
3968
  async flush() {
3969
- await this._spanExporter.forceFlush?.();
3969
+ await this._traceProvider.forceFlush();
3970
3970
  await this._logProvider.forceFlush();
3971
3971
  }
3972
3972
  async shutdown() {
3973
- await this._spanExporter.shutdown();
3973
+ await this._traceProvider.shutdown();
3974
3974
  await this._logProvider.shutdown();
3975
3975
  }
3976
3976
  };