()
| 168 | }; |
| 169 | |
| 170 | const makeEphemeralDb = (): CloudSessionDbHandle => |
| 171 | makeDbHandle({ idleTimeout: 0, maxLifetime: 60 }); |
| 172 | |
| 173 | // The org-resolution + session-runtime services. They DON'T re-provide |
| 174 | // `DoTelemetryLive` — that would install a second WebSdk tracer in the nested |
no test coverage detected