Skip to content

Commit

Permalink
* lingering refrerence to Psycopg3Instrumentor (hold over from the or…
Browse files Browse the repository at this point in the history
…iginally written PR)
  • Loading branch information
reiktar committed Mar 14, 2024
1 parent 8c95c88 commit 09890a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ def _new_cursor_async_factory(
if not db_api:
db_api = DatabaseApiAsyncIntegration(
__name__,
Psycopg3Instrumentor._DATABASE_SYSTEM,
connection_attributes=Psycopg3Instrumentor._CONNECTION_ATTRIBUTES,
PsycopgInstrumentor._DATABASE_SYSTEM,
connection_attributes=PsycopgInstrumentor._CONNECTION_ATTRIBUTES,
version=__version__,
tracer_provider=tracer_provider,
)
Expand Down

0 comments on commit 09890a4

Please sign in to comment.