Skip to content

Commit

Permalink
feat: custom event with remote config
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 20, 2024
1 parent f1cf456 commit b6d8d04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/extensions/replay/sessionrecording.ts
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,8 @@ export class SessionRecording {
// in case we see multiple decide responses, we should only listen with the response from the most recent one
this._persistDecideOnSessionListener?.()
this._persistDecideOnSessionListener = this.sessionManager.onSessionId(persistResponse)

this._tryAddCustomEvent('$remote_config_received', response)
}
}

Expand Down

0 comments on commit b6d8d04

Please sign in to comment.