Skip to content

Commit 55bc493

Browse files
committed
log in captureException
1 parent bc71cd1 commit 55bc493

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/baseclient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export abstract class BaseClient<B extends Backend, O extends Options> implement
101101
*/
102102
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types
103103
public captureException(exception: any, hint?: EventHint, scope?: Scope): string | undefined {
104+
console.log('in captureException');
104105
let eventId: string | undefined = hint && hint.event_id;
105106

106107
this._process(

0 commit comments

Comments
 (0)