Skip to content

Commit

Permalink
Fix config access
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Sep 28, 2023
1 parent 4b08aff commit c4e65f8
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 c4e65f8

Please sign in to comment.