Releases: lucas-zimerman/ContribSentryDotNet
V4.0.0
- 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
Minor changes
- Added SetExtras to transactions.
- Added status for transactions.
v3.1.4
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
-Unified both Session and Tracing SDKs
-Added .NetCore integration,
-Bugfixes and enhanced the tests.
SessionV1.0.0&TransactionSdkV2.0.0
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)
* -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