We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8592b8 commit e3bab76Copy full SHA for e3bab76
plugin-hrm-form/src/fullStory/setUp.ts
@@ -55,6 +55,7 @@ function helplineIdentifierFullStory(
55
/https:\/\/assets-(?<environment>\w+)\.tl\.techmatters\.org\/plugins\/hrm-form\/\w+\/(?<pluginVersion>[\w.-]+)\/plugin-hrm-form\.js/,
56
)?.groups ?? {};
57
pageVars.pluginVersion = pluginVersion;
58
+ pageVars.environment = environment;
59
userVars.displayName = `${fullName || contactUri || 'Unknown'} (${helplineCode} - ${environment})`;
60
userVars.environment = environment;
61
}
0 commit comments