File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " stagehand " : patch
3
+ ---
4
+
5
+ fix logging param name
Original file line number Diff line number Diff line change @@ -606,7 +606,7 @@ async def sweep_stalled_requests():
606
606
meta .pop (request_id , None )
607
607
self ._stagehand .logger .debug (
608
608
"⏳ forcing completion of stalled iframe document" ,
609
- extra = {"url" : request_meta ["url" ][:120 ]},
609
+ auxiliary = {"url" : request_meta ["url" ][:120 ]},
610
610
)
611
611
maybe_quiet ()
612
612
@@ -620,7 +620,7 @@ async def timeout_guard():
620
620
if len (inflight ) > 0 :
621
621
self ._stagehand .logger .debug (
622
622
"⚠️ DOM-settle timeout reached – network requests still pending" ,
623
- extra = {"count" : len (inflight )},
623
+ auxiliary = {"count" : len (inflight )},
624
624
)
625
625
resolve_done ()
626
626
You can’t perform that action at this time.
0 commit comments