diff --git a/frontend/src/scenes/surveys/surveyLogic.tsx b/frontend/src/scenes/surveys/surveyLogic.tsx index 0938a75ff6f27..12b4b20e8620f 100644 --- a/frontend/src/scenes/surveys/surveyLogic.tsx +++ b/frontend/src/scenes/surveys/surveyLogic.tsx @@ -941,6 +941,9 @@ export const surveyLogic = kea([ }), 'timestamp', 'person', + `coalesce(JSONExtractString(properties, '$lib_version')) -- Library Version`, + `coalesce(JSONExtractString(properties, '$lib')) -- Library`, + `coalesce(JSONExtractString(properties, '$current_url')) -- URL`, ], orderBy: ['timestamp DESC'], where: [`event == 'survey sent'`],