Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Adds Application Insights User, Session cookie values to Freshdesk ticket #12388

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mnigh
Copy link
Contributor

@mnigh mnigh commented Dec 27, 2024

🤖 Resolves #11390.

👋 Introduction

This PR adds the Application Insights User ID and the Application Insights Session ID cookie value strings to new support tickets via to the SupportController.

📸 Screenshot

Screen Shot 2024-12-27 at 10 40 57

🧪 Testing

Note

To test creating a support ticket, you will need to access to and credentials for Freshdesk. The APPLICATIONINSIGHTS_CONNECTION_STRING in apps/web/index.html will also need to be manually set locally.

  1. make refresh-api; pnpm build
  2. Navigate to http://localhost:8000/en/support
  3. Fill out the support form and submit
  4. Verify Application Insights User ID field and Application Insights Session ID field in a newly created Freshdesk ticket has the appropriate values from ai_user and ai_session cookies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ Add Application Insights user ID to support tickets
1 participant