Skip to content

Commit

Permalink
Correct query name for prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Oct 3, 2023
1 parent a50b23d commit 0a94892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/mysql/lib/opentelemetry/helpers/mysql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MySQL
'drop table',
'explain',
'insert',
'prepare statement',
'prepare',
'release savepoint',
'rollback',
'savepoint',
Expand Down

0 comments on commit 0a94892

Please sign in to comment.