Prisma 8 support for `prismaIntegration`
@chargome ci sta già lavorando.
Dal 9/9/2026.
Valutazione
Questa issue non è ancora stata valutata.
Descrizione
Prisma 8 ("Prisma Next", @prisma/orm-postgres, currently 8.0.0-rc.8) ships no tracing surface. It never reads the global PRISMA_INSTRUMENTATION helper, so prismaIntegration is inert. Only raw pg spans from postgresIntegration remain: one flat db span per statement, plus Prisma's marker-verification and BEGIN/COMMIT housekeeping queries as siblings. The v7 span tree (prisma:client:operation with model/method, serialize, connect, nested db_query) is gone.
Goal: roughly the same spans on Prisma 8 as on v7.
Approach: instrument via orchestrion, like the other server-utils integrations. No user code needed, works with the runtime loader hook and the bundler plugins.
- Patch the
CollectionImplmethods (create,createAll,upsert,update,updateAll,delete,deleteAll,all,first,count,aggregate) in@prisma/orm-family-sql/dist/orm-client.mjsforprisma:client:operation(originauto.db.prisma,model/methodattributes). - Patch
execute(plan, options)on the runtime base class in@prisma/orm-family-sql/dist/runtime.mjsso thepgquery spans nest under the operation. The plan carriesmeta.laneand annotations. - No
serializespan.connectonly if the lazy pool creation in@prisma/orm-postgres/dist/runtime.mjsis patchable cleanly. - Wire it through
prismaIntegrationso@sentry/nodeand@sentry/cloudflare/nodejs_compatstay the entry points.
Scope:
- Orchestrion config + channel subscriber for the above.
- Extend
dev-packages/node-integration-tests/suites/tracing/prisma-orm-v8(currently pins the inert behaviour) to assert the v7-shaped tree. - Docs:
prismaIntegrationJSDoc and Sentry docs say "v6 and v7"; add v8.
Risks / constraints:
- Patch points live in
@prisma/orm-family-sql, a transitive dependency. The two files are unhashed, butversionRangemust be pinned tightly and revisited at 8.0 stable. .all()returns a thenable that only runs the query when awaited; check theAutokind's promise handling against that shape.- Prisma's marker-verification and
BEGIN/COMMITstatements will nest under the operation span, unlike v7. - v8 CLI needs Node ≥22.18;
DateTimecolumns decode toTemporal(global only on Node 26).
References:
- Prisma scorecard, "OpenTelemetry tracing spans: not in 8.0": https://github.com/prisma/orm/blob/main/scorecard/19-observability-and-lifecycle.md
- Telemetry design: https://github.com/prisma/orm/blob/main/docs/architecture%20docs/adrs/ADR%20024%20-%20Telemetry%20Schema.md
- Lingua principale
- TypeScript
- Stelle
- 8.7k
- Fork
- 1.9k
- Merge medio
- 1g 18h
- PR unite (30g)
- 562
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di getsentry/sentry-javascript
-
Browser Waiting for: Product Owner
Difficoltà 2/5 1-3 ore Idoneità per principianti 85/100
getsentry/sentry-javascript#24577 · 1 commento ·
-
Task
Difficoltà 2/5 1-3 ore Idoneità per principianti 78/100
getsentry/sentry-javascript#24558 · 1 commento ·
-
Task
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 90/100
getsentry/sentry-javascript#24557 · 1 commento ·
-
Task
Difficoltà 2/5 1-3 ore Idoneità per principianti 84/100
getsentry/sentry-javascript#24556 · 1 commento ·
-
Task
Difficoltà 1/5 1-3 ore Idoneità per principianti 90/100
getsentry/sentry-javascript#24555 · 1 commento ·
Tutte le issue di getsentry/sentry-javascript
Issue simili
-
blocklist removal
Difficoltà 2/5 1-3 ore Idoneità per principianti 65/100
MetaMask/eth-phishing-detect#296544 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
pastelsky/bundlephobia#1122 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
-
category/development priority/P2 scope/file-operations scope/testing type/enhancement
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Enatega Customer and Rider app: Add-ons price is not visible to customer after order is placed. Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100