diff --git a/plugin-hrm-form/src/fullStory/setUp.ts b/plugin-hrm-form/src/fullStory/setUp.ts index c05eb67cfd..af8aa6dc4b 100644 --- a/plugin-hrm-form/src/fullStory/setUp.ts +++ b/plugin-hrm-form/src/fullStory/setUp.ts @@ -55,6 +55,7 @@ function helplineIdentifierFullStory( /https:\/\/assets-(?\w+)\.tl\.techmatters\.org\/plugins\/hrm-form\/\w+\/(?[\w.-]+)\/plugin-hrm-form\.js/, )?.groups ?? {}; pageVars.pluginVersion = pluginVersion; + pageVars.environment = environment; userVars.displayName = `${fullName || contactUri || 'Unknown'} (${helplineCode} - ${environment})`; userVars.environment = environment; } diff --git a/twilio-iac/helplines/as/production.hcl b/twilio-iac/helplines/as/production.hcl index c61d2ba35b..af9d2f1408 100644 --- a/twilio-iac/helplines/as/production.hcl +++ b/twilio-iac/helplines/as/production.hcl @@ -27,7 +27,7 @@ locals { contact_identity = "" templatefile = "/app/twilio-iac/helplines/as/templates/studio-flows/messaging-blocking-lambda-location-block-sd.tftpl" channel_flow_vars = { - allowed_shortcode_locations = "US,CL,ZA" + allowed_shortcode_locations = "US,CL,ZA,IE,AR" } chatbot_unique_names = [] }, diff --git a/twilio-iac/helplines/mt/staging.hcl b/twilio-iac/helplines/mt/staging.hcl index 3e31664f7c..3d4f59a927 100644 --- a/twilio-iac/helplines/mt/staging.hcl +++ b/twilio-iac/helplines/mt/staging.hcl @@ -29,7 +29,7 @@ locals { contact_identity = "" templatefile = "/app/twilio-iac/helplines/mt/templates/studio-flows/messaging-lex-web-location-block.tftpl" channel_flow_vars = { - allowed_shortcode_locations = "MT,US,CL,ZA" + allowed_shortcode_locations = "MT,US,CL,ZA,IE,AR" } chatbot_unique_names = [] }, diff --git a/twilio-iac/helplines/nz/staging.hcl b/twilio-iac/helplines/nz/staging.hcl index 0e8031e386..46941b415d 100644 --- a/twilio-iac/helplines/nz/staging.hcl +++ b/twilio-iac/helplines/nz/staging.hcl @@ -34,7 +34,7 @@ locals { channel_flow_vars = { chat_greeting_message = "Kia ora, we'll connect you with someone soon. Your conversation is confidential, but if we feel that you or someone else is at serious risk of harm, we may have to link in with other services. We'll let you know if that becomes necessary." widget_from = "Youthline" - allowed_shortcode_locations = "NZ,US,CL,ZA" + allowed_shortcode_locations = "NZ,US,CL,ZA,IE,AR" } chatbot_unique_names = [] },