v3.3.6
Version 3.3.6 focused on improvements to sessions and bug fixes.
- Fixed an issue where dictionary keys names were being changed (#63). This was causing query string parameters and cookies to be renamed (E.G.,
myId
tomy_id
). - Calling the
client.Register()
method will now respect your session setting. If you want to have Register handle callingclient.SubmitSessionStart()
for you, then remember to first callclient.Configuration.UseSessions()
. - Updated the manual stacking implementation to use a model instead of a string. This allows us to send a stack title and key value pairs on how the event should be stacked. You should be using the
SetManualStackingKey("manualStackingKey")
andSetManualStackingInfo()
Event extension methods orEventBuilder
method overloads.
This is a required update if you were previously using manual stacking.
Please take a look at the change log for a full list of the changes.
Feedback
We're listening and we'd love to hear your feedback! Please send us your feedback by clicking on one of the links below!