Skip to content

Commit

Permalink
Fix config access (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Sep 28, 2023
1 parent 4b08aff commit b02d1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/sessionrecording.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ export class SessionRecording {
}

private _maskUrl(url: string): string | undefined {
const userSessionRecordingOptions = this.instance.get_config('session_recording')
const userSessionRecordingOptions = this.instance.config.session_recording

if (userSessionRecordingOptions.maskNetworkRequestFn) {
let networkRequest: NetworkRequest | null | undefined = {
Expand Down

0 comments on commit b02d1bf

Please sign in to comment.