05 Mar 2020 10:57 AM - last edited on 30 Sep 2022 01:05 PM by MaciejNeumann
I'm having trouble with User Tags in a recently added application within Dynatrace. This application is the EU equivalent of our existing UK application. Both of which use the same cookie named "FullName"
FullName=Application Support&UserName=applicationsupport@test-domain.com&HMAC=85aef4f304a24ea0e6b1977fd22c302128b29eb9b10bca8e4958638091e90fe4&FirstName=Application
I want Dynatrace to pick up just the UserName and return that as the User Tag. As this is the same as the UK, I copied the Regex used to cleanup the cookie, which works fine in the UK:
\bUserName=([^&]*)
The UK returns 'applicationsupport@test-domain.com' without issue, but what's being returned in the EU application is 'FullName=Ap'
Can anyone think of a reason why Dynatrace would be doing this?
Solved! Go to Solution.
05 Mar 2020 11:06 AM
In general it should be correct. You can try catch whole cookie and check if there isn't any strange part that may corrupt your results.
Sebastian
05 Mar 2020 02:11 PM
05 Mar 2020 02:18 PM
Strange, do you have access to this application from front? If yes maybe you should check cookies in development tools in chrome and see if there is anything suspicious there.
Sebastian
05 Mar 2020 02:35 PM
05 Mar 2020 04:24 PM
I suggest support ticket than, maybe some debug flags will expose what is wrong here 🙂
Sebastian