What this means
Traces already ingested from the Node.js SDK are unaffected, and nothing changes in the dashboard.
Migrate to OpenTelemetry
Install the OTel SDK for your runtime and export to Mirador:API mapping
Web3 correlation
Theweb3.* hint methods map onto reserved mirador.* span events. The backend expands them into the same on-chain lifecycle, so nothing is lost:
Migrating incrementally
Both paths write to the same pipeline, so you can move one service at a time. A service still on the Node.js SDK and a service already on OTel will correlate normally while both are in flight, as long as they share a trace ID.Next steps
Pick your language
Install the OTel SDK for your runtime
Enrichment hints
Keep web3 correlation after the move