Skip to content

Commit

Permalink
feat(bonsai-core): turn on bonsai (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleroooo authored Jan 7, 2025
1 parent 5b16007 commit ac9e8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abacus-ts/logs.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { log } from '@/lib/telemetry';

export function logAbacusTsError(source: string, message: string, ...args: any[]) {
log(`${source}: ${message}`, undefined, { context: args });
log(`bonsai: ${source}: ${message}`, undefined, { context: args });
}

0 comments on commit ac9e8b4

Please sign in to comment.