prisma
prisma
BlogDocsChangelog

Branches performance

Pull requests

feat: add `traceContext` SQL commenter plugin#28802
last run
26 minutes ago
feat: add `traceContext` SQL commenter plugin This restores the functionality lost in Prisma 7 / QC. Previously QE would always append the `traceparent` comments to the SQL queries when tracing was enabled, adding unnecessary overhead and prepared statement hit misses (on MySQL; we solved the problem for PostgreSQL back then by using `tokio_postgres`'s `query_typed`). Conversely, `QueryInterpreter` in QC architecture doesn't implement `traceparent` support at all, so users relying on that functionality have reduced observability. This PR makes use of the new SQL commenter plugin system to add an opt-in mechanism for appending `traceparent` comments to SQL queries only for those users who want it.
15 hours ago
0023078
aqrln-wqorwwlqwxwx
CodSpeed Performance Gauge
0%
docs(instrumentation): remove outdated bits from README.md Tracing is no longer a preview feature and has a stable API.
17 hours ago
28c3171
aqrln-noumkwownoot
CodSpeed Performance Gauge
0%
test: re-add integration tests
16 hours ago
db0fe7a
test/re-add-integration-tests
CodSpeed Performance Gauge
0%
refactor: fix a typo in `QueryInterpreter` private field#28798
last run
18 hours ago
refactor: fix a typo in `QueryInterpreter` private field s/#connectioInfo/#connectionInfo/
18 hours ago
226664d
aqrln-qkyysnxuvxmw
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home Terms Privacy Docs