We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c999f7b commit fd5231eCopy full SHA for fd5231e
packages/instrumentation-pg/src/types.ts
@@ -90,7 +90,7 @@ export interface PgInstrumentationConfig extends InstrumentationConfig {
90
91
/**
92
* If true, injects the current span's W3C traceparent into the PostgreSQL
93
- * session via `SET application_name` before each query.
+ * session via `SET application_name` before each query.
94
*
95
* NOTE: This adds an extra `SET application_name` round-trip to the
96
* connection before each user query. The SET must complete before pg's
packages/instrumentation-pg/test/pg.test.ts
@@ -1308,7 +1308,6 @@ describe('pg', () => {
1308
);
1309
}
1310
});
1311
-
1312
1313
1314
describe('exception event recording', () => {
0 commit comments