Skip to content

Commit c453923

Browse files
authored
sdk-core: fix missing instance when builder is used (#263)
Co-authored-by: Sebastian Alex <[email protected]>
1 parent b3941b8 commit c453923

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/sdk-core/src/BacktraceCoreClient.ts

+1
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ export abstract class BacktraceCoreClient<O extends BacktraceConfiguration = Bac
236236
this.sessionFiles?.clearPreviousSessions();
237237

238238
this._enabled = true;
239+
BacktraceCoreClient._instance = this;
239240
}
240241

241242
/**

0 commit comments

Comments
 (0)