Skip to content

v3.3.3

Compare
Choose a tag to compare
@niemyjski niemyjski released this 12 Feb 18:58

Version 3.3.3 focused on bug fixes and features.

  • Added the ability to do manual stacking by calling EventBuilder.SetManualStackingKey("MyStackingKey")(@adamzolotarev). By doing this you are taking complete control over how the event is stacked so be careful.
  • Added support to ignore events that match a user agent bot filter (#73). You can set this client side (ExceptionlessClient.Default.Configuration.AddUserAgentBotPatterns("*bot*")) or server side (project settings).
  • Increased the default RequestInfo max size limit.
  • We now merge any exception.Data properties into the Error.Data dictionary. This prevents you from having extra nesting (E.G., error.Data.Data).
  • Fixed a bug where AggregateExceptions that contained more than one inner exception would be discarded (#15).
  • Fixed a bug where SetGeo would cause an event to not be processed on machines with a non english locale.
  • Fixed a bug where an ArgumentNullException could be thrown if post data or cookies contained a null key.

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!