Skip to content

Commit e3bab76

Browse files
committed
Add helpline code and account sid to page vars
1 parent d8592b8 commit e3bab76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin-hrm-form/src/fullStory/setUp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function helplineIdentifierFullStory(
5555
/https:\/\/assets-(?<environment>\w+)\.tl\.techmatters\.org\/plugins\/hrm-form\/\w+\/(?<pluginVersion>[\w.-]+)\/plugin-hrm-form\.js/,
5656
)?.groups ?? {};
5757
pageVars.pluginVersion = pluginVersion;
58+
pageVars.environment = environment;
5859
userVars.displayName = `${fullName || contactUri || 'Unknown'} (${helplineCode} - ${environment})`;
5960
userVars.environment = environment;
6061
}

0 commit comments

Comments
 (0)