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.
1 parent 2a8b56f commit 9c1a893Copy full SHA for 9c1a893
plugins/node/opentelemetry-instrumentation-pg/src/utils.ts
@@ -118,7 +118,7 @@ export function parseAndMaskConnectionString(connectionString: string): string {
118
return url.toString();
119
} catch (e) {
120
// If parsing fails, return a generic connection string
121
- return 'postgresql://localhost';
+ return 'postgresql://localhost:5432/';
122
}
123
124
0 commit comments