Skip to content

Releases: lucas-zimerman/ContribSentryDotNet

V4.0.0

08 Apr 12:24
f9e0e05
Compare
Choose a tag to compare
V4.0.0 Pre-release
Pre-release
  • Update support for the latest Sentry.NET SDK (Breaking changes will appear, check Sentry .NET SDK 3.0.0 changelog for more information)
  • Added option to disable the caching of events only.

Please note, for .NET Core users I strongly recommend not use this SDK but the official Sentry SDK due to better transaction handling with .NET Core applications.

If you are going to use this SDK with Sentry.Xamarin, I suggest only disable the Sentry Events caching since that part is now implemented on the official SDK.

This unofficial project had in mind to give early support to features like Release Health and Transactions, once the official SDK support both features this project will become read-only.

v3.1.7

11 Nov 19:49
32d8c38
Compare
Choose a tag to compare

Fixed Exception when Finished was called and no Spans were present on a Transaction.

Minor changes

11 Nov 18:02
eccb3f8
Compare
Choose a tag to compare
  • Added SetExtras to transactions.
  • Added status for transactions.

v3.1.4

01 Oct 20:40
d7f07a3
Compare
Choose a tag to compare

Many bugfixes,
-Added Offline Cache for Transactions,Session and SentryEvents.
-Added Resume and Sleep calls.
-Added small handler for dealing with broken cache data

unified ContribSentrySdk

08 Sep 18:44
7f38b7a
Compare
Choose a tag to compare
Pre-release

-Unified both Session and Tracing SDKs
-Added .NetCore integration,
-Bugfixes and enhanced the tests.

SessionV1.0.0&TransactionSdkV2.0.0

03 Sep 12:32
472986f
Compare
Choose a tag to compare
Pre-release
Merge pull request #3 from lucas-zimerman/staging

Transaction Sdk v2.0.0 and Session Sdk 1.0.0

2.0.0: Feat/better thread handling (#1)

16 Aug 17:43
5fc7060
Compare
Choose a tag to compare
Pre-release
* -Added IsolatedTracking for isolating the code to be measured.
-Added ThreadTracking for Isolating the SentryTracingId.
-Reworked how the Sdk is initialized.
-More test case

* Increased version due to breaking changes

* cleaned using files and removed required line