fix(opencode): preserve request logger context (#33381)

This commit is contained in:
Kit Langton 2026-06-22 16:58:22 +02:00 committed by GitHub
parent 0d32d1f293
commit 41d1279b6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -281,7 +281,7 @@ export function createRoutes(
]),
Layer.provide(LayerNode.buildLayer(app)),
Layer.provide(Layer.succeed(CorsConfig)(corsOptions)),
Layer.provide(Observability.layer),
Layer.provideMerge(Observability.layer),
)
}