Skip to content

Commit 37ce3b3

Browse files
authored
doc: Readme updates
1 parent 36f70de commit 37ce3b3

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ The SDK is configurable, many of the settings are demonstrated through the sampl
137137
* Shutdown timeout: If there are events to send, how long to wait until shutdown
138138
* Accept compressed response
139139
* Compress request body
140-
* Breadcrumb level: Minimal log level to store as a breadcrumb
141-
* Event level: Minimal log level to send an event to Sentry
140+
* Breadcrumb level: Minimum log level to store as a breadcrumb
141+
* Event level: Minimum log level to send an event to Sentry
142142
* Disable duplicate event detection
143143
* Disable capture of global unhandled exceptions
144144
* Add event processor
@@ -179,9 +179,9 @@ An example using `IHub` for testability is [SentryLogger](https://github.com/get
179179

180180
## Compatibility
181181

182-
The packages target **.NET Standard 2.0**. That means [it is compatible with](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) the following versions or newer:
182+
The packages target **.NET Standard 2.0** and **.NET Framework 4.6.1**. That means [it is compatible with](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) the following versions or newer:
183183

184-
* .NET Framework 4.6.1 (4.7.2 advised)
184+
* .NET Framework 4.6.1
185185
* .NET Core 2.0
186186
* Mono 5.4
187187
* Xamarin.Android 8.0
@@ -195,9 +195,14 @@ Of those, we've tested (we run our unit/integration tests) against:
195195
* Mono 5.12 macOS and Linux (Travis-CI)
196196
* .NET Core 2.1 Windows, macOS and Linux
197197

198+
### Sentry Protocol
199+
200+
Looking for the types used by this SDK to send data to Sentry like *SentryEvent* and *SentryException*?
201+
They are released as a separate [NuGet Package called `Sentry.Protocol`](https://www.nuget.org/packages/Sentry.Protocol/) and [sources are on this GitHub repository](https://github.com/getsentry/sentry-dotnet-protocol).
202+
198203
### Legacy frameworks
199204

200-
Sentry's [Raven SDK](https://github.com/getsentry/raven-csharp/), battle tested with over 400.000 downloads on NuGet has support to .NET Framework 3.5+.
205+
Sentry's [Raven SDK](https://github.com/getsentry/raven-csharp/), battle tested with over 640.000 downloads on NuGet has support to .NET Framework 3.5+.
201206

202207
## Resources
203208
* [![Gitter chat](https://img.shields.io/gitter/room/getsentry/dotnet.svg)](https://gitter.im/getsentry/dotnet)

0 commit comments

Comments
 (0)