Skip to content

Commit

Permalink
oops 3
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Dec 12, 2024
1 parent d5bbcd2 commit f27e8d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions query-engine/driver-adapters/src/queryable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ impl JsBaseQueryable {

let sql_span = info_span!(
"prisma:engine:js:query:sql",
"otel.name" = "prisma:engine:db_query",
"otel.kind" = "client",
"db.system" = %self.db_system_name,
"db.query.text" = %sql,
Expand Down Expand Up @@ -224,7 +223,6 @@ impl JsBaseQueryable {

let sql_span = info_span!(
"prisma:engine:js:query:sql",
"otel.name" = "prisma:engine:db_query",
"otel.kind" = "client",
"db.system" = %self.db_system_name,
"db.query.text" = %sql,
Expand Down

0 comments on commit f27e8d8

Please sign in to comment.