Skip to content

Commit faccf3a

Browse files
committed
fix & tests
1 parent 64397e5 commit faccf3a

File tree

4 files changed

+159
-245
lines changed

4 files changed

+159
-245
lines changed

packages/integrations/src/captureconsole.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class CaptureConsole implements Integration {
4242
}
4343

4444
/** @inheritdoc */
45-
public client(client: Client): void {
45+
public setup(client: Client): void {
4646
if (!('console' in GLOBAL_OBJ)) {
4747
return;
4848
}

0 commit comments

Comments
 (0)