()
| 140 | }; |
| 141 | |
| 142 | const makeEphemeralDb = (): CloudSessionDbHandle => |
| 143 | makeDbHandle({ idleTimeout: 0, maxLifetime: 60 }); |
| 144 | |
| 145 | // The org-resolution + session-runtime services. They DON'T re-provide |
| 146 | // `DoTelemetryLive` — that would install a second WebSdk tracer in the nested |
no test coverage detected