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