Skip to content

Commit 0e522e1

Browse files
committed
fix merge conflict
1 parent f381d68 commit 0e522e1

File tree

1 file changed

+0
-4
lines changed
  • src/langtrace_python_sdk/instrumentation/neo4j

1 file changed

+0
-4
lines changed

src/langtrace_python_sdk/instrumentation/neo4j/patch.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,7 @@ def traced_method(wrapped, instance, args, kwargs):
5353
"langtrace.version": v(LANGTRACE_SDK_NAME),
5454
"db.system": "neo4j",
5555
"db.operation": api["OPERATION"],
56-
<<<<<<< HEAD
57-
"db.query": json.dumps(args[0]) if args and len(args) > 0 else "",
58-
=======
5956
"db.query": query_text,
60-
>>>>>>> development
6157
**(extra_attributes if extra_attributes is not None else {}),
6258
}
6359

0 commit comments

Comments
 (0)