@sentio/runtime 3.0.0-rc.13 → 3.0.0-rc.14

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.
@@ -32412,7 +32412,6 @@ async function setupOTLP(debug) {
32412
32412
  })
32413
32413
  ]
32414
32414
  });
32415
- sdk.start();
32416
32415
  ["SIGINT", "SIGTERM"].forEach((signal) => {
32417
32416
  process.on(signal, () => sdk.shutdown().catch(console.error));
32418
32417
  });