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: CHANGELOG.md
+28-20Lines changed: 28 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
### Fixes
6
6
7
-
-`CaptureFailedRequests` and `FailedRequestStatusCodes` are now getting respected by the Cocoa SDK. This is relevant for MAUI apps where requests are getting handled natively ([#2744](https://github.com/getsentry/sentry-dotnet/issues/2744))
7
+
-`CaptureFailedRequests` and `FailedRequestStatusCodes` are now getting respected by the Cocoa SDK. This is relevant for MAUI apps where requests are getting handled natively. ([#2826](https://github.com/getsentry/sentry-dotnet/issues/2826))
- Builds targeting Android with `r8` enabled no longer crash during SDK init. The package now contains the required proguard rules ([#2450]https://github.com/getsentry/sentry-dotnet/pull/2450)
202
+
- Builds targeting Android with `r8` enabled no longer crash during SDK init. The package now contains the required proguard rules ([#2450](https://github.com/getsentry/sentry-dotnet/pull/2450))
203
203
- Fix Sentry logger options for MAUI and Azure Functions ([#2423](https://github.com/getsentry/sentry-dotnet/pull/2423))
204
204
205
205
### Dependencies
@@ -257,7 +257,7 @@
257
257
258
258
### Fixes
259
259
260
-
- Status messages when uploading symbols or sources are improved. ([#2307](https://github.com/getsentry/sentry-dotnet/issues/2307))
260
+
- Status messages when uploading symbols or sources are improved. ([#2307](https://github.com/getsentry/sentry-dotnet/issues/2307))
261
261
262
262
### Dependencies
263
263
@@ -294,7 +294,6 @@
294
294
- CachedTransport gracefully handles malformed envelopes during processing ([#2371](https://github.com/getsentry/sentry-dotnet/pull/2371))
295
295
- Remove extraneous iOS simulator resources when building MAUI apps using Visual Studio "Hot Restart" mode, to avoid hitting Windows max path ([#2384](https://github.com/getsentry/sentry-dotnet/pull/2384))
296
296
297
-
298
297
### Dependencies
299
298
300
299
- Bump Cocoa SDK from v8.6.0 to v8.7.1 ([#2359](https://github.com/getsentry/sentry-dotnet/pull/2359), [#2370](https://github.com/getsentry/sentry-dotnet/pull/2370))
@@ -592,7 +591,7 @@ See the [MSBuild Setup](https://docs.sentry.io/platforms/dotnet/configuration/ms
@@ -1471,9 +1470,7 @@ Removed `-beta` from dependencies.
1471
1470
Major version bumped due to these breaking changes:
1472
1471
1473
1472
1.`Sentry.Protocol` version 2.0.0
1474
-
1475
-
* Remove StackTrace from SentryEvent [#38](https://github.com/getsentry/sentry-dotnet-protocol/pull/38) - StackTrace is either part of Thread or SentryException.
1476
-
1473
+
- Remove StackTrace from SentryEvent [#38](https://github.com/getsentry/sentry-dotnet-protocol/pull/38) - StackTrace is either part of Thread or SentryException.
1477
1474
2. Removed `ContextLine`#223
1478
1475
3. Use `StackTrace` from `Threads`#222
1479
1476
4.`FlushAsync` added to `ISentryClient`#214
@@ -1538,9 +1535,7 @@ Thanks @josh-degraw for:
1538
1535
Major version bumped due to these breaking changes:
1539
1536
1540
1537
1.`Sentry.Protocol` version 2.0.0
1541
-
1542
-
* Remove StackTrace from SentryEvent [#38](https://github.com/getsentry/sentry-dotnet-protocol/pull/38) - StackTrace is either part of Thread or SentryException.
1543
-
1538
+
- Remove StackTrace from SentryEvent [#38](https://github.com/getsentry/sentry-dotnet-protocol/pull/38) - StackTrace is either part of Thread or SentryException.
1544
1539
2. Removed `ContextLine`#223
1545
1540
3. Use `StackTrace` from `Threads`#222
1546
1541
4.`FlushAsync` added to `ISentryClient`#214
@@ -1587,6 +1582,7 @@ Bug fix: Don't override user #199
1587
1582
## 1.1.3-beta2
1588
1583
1589
1584
Feature:
1585
+
1590
1586
- MaxRequestSize for ASP.NET and ASP.NET Core #174
0 commit comments