We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035df93 commit eacf386Copy full SHA for eacf386
1 file changed
packages/client/src/clients/guide/client.ts
@@ -414,7 +414,8 @@ export class KnockGuideClient {
414
const params = {
415
...this.targetParams,
416
user_id: this.knock.userId,
417
- force_all_guides: debugState?.forcedGuideKey ? true : undefined,
+ force_all_guides:
418
+ debugState?.forcedGuideKey || debugState?.debugging ? true : undefined,
419
preview_session_id: debugState?.previewSessionId || undefined,
420
};
421
0 commit comments