fix(sdk): wake embedded session execution (#33992)

This commit is contained in:
Kit Langton
2026-06-25 23:04:14 -04:00
committed by GitHub
parent a1f093a748
commit 40ecfceec2
9 changed files with 53 additions and 19 deletions
-1
View File
@@ -443,7 +443,6 @@ export const defaultLayer = layer.pipe(
Layer.provide(
Layer.unwrap(Effect.promise(() => import("./location-layer")).pipe(Effect.map((m) => m.LocationServiceMap.layer))),
),
Layer.provide(SessionExecution.noopLayer),
Layer.provide(SessionStore.defaultLayer),
Layer.provide(SessionProjector.defaultLayer),
Layer.provide(EventV2.defaultLayer),