Skip to content

Commit 218e14b

Browse files
authored
feat(instrumentation): re-export registerInstrumentations (#25878)
Re-export `registerInstrumentations` from `@opentelemetry/instrumentation` in `@prisma/instrumentation`. This way users won't need to explicitly install the `@opentelemetry/instrumentation` package if they don't need it for anything else, and will be guaranteed to use a compatible version.
1 parent 18e60c4 commit 218e14b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export { PrismaInstrumentation } from './PrismaInstrumentation'
2+
export { registerInstrumentations } from '@opentelemetry/instrumentation'

0 commit comments

Comments
 (0)