All Versions
121
Latest Version
Avg Release Cycle
17 days
Latest Release
-

Changelog History
Page 5

  • v3.4.0-beta.0 Changes

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Serilog: Add support for Serilog.Formatting.ITextFormatter (#998)
    • simplify ifdef (#1010)
    • 0๏ธโƒฃ Use DebugDiagnosticLogger as the default logger for legacy ASP.NET (#1012)
    • Adjust parameter type in AddBreadcrumb to use IReadOnlyDictionary<...> instead of Dictionary<...> (#1000)
    • await dispose everywhere (#1009)
    • Further simplify transaction integration from legacy ASP.NET (#1011)
  • v3.3.5-beta.0 Changes

    ๐Ÿ”‹ Features

    • 0๏ธโƒฃ Default environment to "debug" if running with debugger attached (#978)
    • ASP.NET Classic: HttpContext.StartSentryTransaction() extension method (#996)

    ๐Ÿ›  Fixes

    • Unity can have negative line numbers (#994)
    • ๐Ÿ›  Fixed an issue where an attempt to deserialize Device with a non-system time zone failed (#993)
  • v3.3.4 Changes

    ๐Ÿ”‹ Features

    • Env var to keep large envelopes if they are rejected by Sentry (#957)

    ๐Ÿ›  Fixes

    • serialize parent_span_id in contexts.trace (#958)
  • v3.3.3 Changes

    ๐Ÿ›  Fixes

    • boot time detection can fail in some cases (#955)
  • v3.3.2 Changes

    ๐Ÿ›  Fixes

    • Don't override Span/Transaction status on Finish(...) if status was not provided explicitly (#928) @Tyrrrz
    • ๐Ÿ›  Fix startup time shows incorrect value on macOS/Linux. Opt-out available for IL2CPP. (#948)
  • v3.3.1 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿšš Move Description field from Transaction to Trace context (#924) @Tyrrrz
    • โฌ‡๏ธ Drop unfinished spans from transaction (#923) @Tyrrrz
    • Don't dispose the SDK when UnobservedTaskException is captured (#925) @bruno-garcia
    • ๐Ÿ›  Fix spans not inheriting TraceId from transaction (#922) @Tyrrrz
  • v3.3.0 Changes

    ๐Ÿ”‹ Features

    • โž• Add StartupTime and Device.BootTime (#887) @lucas-zimerman
    • ๐Ÿ”— Link events to currently active span (#909) @Tyrrrz
    • โž• Add useful contextual data to TransactionSamplingContext in ASP.NET Core integration (#910) @Tyrrrz

    ๐Ÿ”„ Changes

    • Limit max spans in transaction to 1000 (#908) @Tyrrrz
  • v3.2.0 Changes

    ๐Ÿ”„ 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
  • v3.1.0 Changes

    ๐Ÿ”‹ Features

    • โž• Adding TaskUnobservedTaskExceptionIntegration to default integrations and method to remove it (#870) @FilipNemec
    • Enrich transactions with more data (#875) @Tyrrrz

    ๐Ÿ›  Fixes

    • ๐Ÿš€ Don't add version prefix in release if it's already set (#877) @Tyrrrz
  • v3.0.8 Changes

    ๐Ÿ”‹ Features

    • โž• Add AddSentryTag and AddSentryContext Extensions for exception class (#834) @lucas-zimerman
    • Associate span exceptions with event exceptions (#848) @Tyrrrz
    • MaxCacheItems option to control files on disk (#846) @Tyrrrz
    • ๐Ÿšš Move SentryHttpMessageHandlerBuilderFilter to Sentry.Extensions.Logging (#845) @Tyrrrz

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix CachingTransport throwing an exception when it can't move the files from the previous session (#871) @Tyrrrz