05 May 2022 10:35 AM
I have enabled 'Opt-in Mode' which makes dtrum.disable() by default.
now there is no DT cookie in my site -- Upto this I am ok.
Now if I execute dtrum.EnterAction(....)
Question is: Will that log report in Dynatrace ?
[I can see it does not throw any error when dtrum.disable() execited]
Solved! Go to Solution.
05 May 2022 01:24 PM
No, it won't, your call to dtrum.enterAction() will be ignored. You must first enable it by calling dtrum.enable().
06 May 2022 12:11 PM
Yahoo!. Bingo.
Good thing is it is awesome.
Bad thing is now I need to revert my code in App 🙂
Gr8, Julius.. Thanks a ton