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 0c0cc14 commit bde8436Copy full SHA for bde8436
instrumentation/opentelemetry-instrumentation-dbapi/src/opentelemetry/instrumentation/dbapi/__init__.py
@@ -355,7 +355,7 @@ def calculate_commenter_data(self) -> dict[str, Any]:
355
if hasattr(self.connect_module, "pq"):
356
try:
357
libpq_version = self.connect_module.pq.version()
358
- except Exception: # pylint: disable=broad-exception-raised
+ except Exception: # pylint: disable=broad-exception-caught
359
pass
360
361
# psycopg2
0 commit comments