Sentry v3.2.0 Release Notes

  • ๐Ÿ”„ Changes

    • ๐Ÿ”„ Changed the underlying implementation of ITransaction and ISpan. IHub.CaptureTransaction now takes a Transaction instead of ITransaction. (#880) @Tyrrrz
    • โž• Add IsParentSampled to TransactionContext (#885) @Tyrrrz
    • Retrieve CurrentVersion for ASP.NET applications (#884) @lucas-zimerman
    • ๐Ÿ‘‰ Make description parameter nullable on ISpan.StartChild(...) and related methods (#900) @Tyrrrz
    • โž• Add Platform to Transaction, mimicking the same property on SentryEvent (#901) @Tyrrrz