You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,8 +137,8 @@ The SDK is configurable, many of the settings are demonstrated through the sampl
137
137
* Shutdown timeout: If there are events to send, how long to wait until shutdown
138
138
* Accept compressed response
139
139
* 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
142
142
* Disable duplicate event detection
143
143
* Disable capture of global unhandled exceptions
144
144
* Add event processor
@@ -179,9 +179,9 @@ An example using `IHub` for testability is [SentryLogger](https://github.com/get
179
179
180
180
## Compatibility
181
181
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:
183
183
184
-
* .NET Framework 4.6.1 (4.7.2 advised)
184
+
* .NET Framework 4.6.1
185
185
* .NET Core 2.0
186
186
* Mono 5.4
187
187
* Xamarin.Android 8.0
@@ -195,9 +195,14 @@ Of those, we've tested (we run our unit/integration tests) against:
195
195
* Mono 5.12 macOS and Linux (Travis-CI)
196
196
* .NET Core 2.1 Windows, macOS and Linux
197
197
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
+
198
203
### Legacy frameworks
199
204
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+.
0 commit comments