We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pg
1 parent 5a42bd9 commit d16f819Copy full SHA for d16f819
packages/node-experimental/src/integrations/postgres.ts
@@ -30,6 +30,7 @@ export class Postgres extends NodePerformanceIntegration<void> implements Integr
30
public setupInstrumentation(): void | Instrumentation[] {
31
return [
32
new PgInstrumentation({
33
+ requireParentSpan: true,
34
requestHook(span) {
35
addOriginToOtelSpan(span, 'auto.db.otel.postgres');
36
},
0 commit comments