fix(opencode): preserve request logger context (#33381)
This commit is contained in:
@@ -281,7 +281,7 @@ export function createRoutes(
|
|||||||
]),
|
]),
|
||||||
Layer.provide(LayerNode.buildLayer(app)),
|
Layer.provide(LayerNode.buildLayer(app)),
|
||||||
Layer.provide(Layer.succeed(CorsConfig)(corsOptions)),
|
Layer.provide(Layer.succeed(CorsConfig)(corsOptions)),
|
||||||
Layer.provide(Observability.layer),
|
Layer.provideMerge(Observability.layer),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user