Skip to content

Commit db2ef59

Browse files
authored
Remove evals on main and make logs sync (#381)
* Remove evals on main and make logs sync * update ci
1 parent 9bbb54f commit db2ef59

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Diff for: .changeset/shiny-scissors-hear.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@browserbasehq/stagehand": minor
3+
---
4+
5+
make logs only sync

Diff for: .github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Evals
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
paths:
8-
- "lib/**"
9-
- "evals/**"
104
pull_request:
115
types:
126
- opened

Diff for: lib/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export class Stagehand {
321321
private apiKey: string | undefined;
322322
private projectId: string | undefined;
323323
// We want external logger to accept async functions
324-
private externalLogger?: (logLine: LogLine) => void | Promise<void>;
324+
private externalLogger?: (logLine: LogLine) => void;
325325
private browserbaseSessionCreateParams?: Browserbase.Sessions.SessionCreateParams;
326326
public variables: { [key: string]: unknown };
327327
private contextPath?: string;

0 commit comments

Comments
 (0)