Skip to content

Commit

Permalink
feat: allow setting session id (#1188)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach authored Jul 9, 2024
1 parent 079dabb commit e84f385
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/remote-logs/src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ export class RemoteLogger extends BaseLogger {
return this._sessionId
}

set sessionId(value: number) {
this._sessionId = value

this.configureLogger()
}

get autoDisableRemoteLoggingIntervalInMinutes(): number {
return this._autoDisableRemoteLoggingIntervalInMinutes
}
Expand Down

0 comments on commit e84f385

Please sign in to comment.