Skip to content

Commit 14f9847

Browse files
committed
fix lint again
1 parent 756ffc8 commit 14f9847

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-pg/src

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-pg/src/semconv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ export const ATTR_NET_PEER_NAME = 'net.peer.name';
148148
* Note: The value may be sanitized to exclude sensitive information.
149149
*
150150
*/
151-
export const ATTR_DB_STATEMENT = 'db.statement';
151+
export const ATTR_DB_STATEMENT = 'db.statement';

0 commit comments

Comments
 (0)