Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(query-engine-wasm): expand scope of
prisma:engine:query
span
Expand the scope of the `prisma:engine:query` span to contain both the request handler and the response serialization, identical to the Node-API engine, preventing `prisma:engine:response_json_serialization` from being orphaned outside the trace. This is a follow up to #5089.
- Loading branch information