Skip to content

2.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 22 May 13:31

Features

  • Experimental: C#/.NET support (started in 2.0.0-beta.0)
    • Sync trace context with .NET layer (#696)
    • Sync breadcrumbs, tags and user changes between .NET and native layers (#701, #710)
    • Fix .NET layer not closed when request comes from native layer (#715)
    • Propagate default attachments (log, screenshot, and view hierarchy) to the .NET layer so .NET events include the same attachments as native events (#713)
    • Switch to distributing .NET libs as precompiled DLLs (#719)

Fixes

  • Honor send_default_pii option on Web platform (#695)

Dependencies