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
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
- Fix missing view hierachy when enabling `attachScreenshot` too (#5989)
17
17
- Fix macOS's frameworks not following the versioned framework structure (#6049)
18
18
- Add warning to addBreadcrumb when used before SDK init (#6083)
19
+
- Add null-handling for parsed DSN in SentryHTTPTransport (#5800)
19
20
20
21
### Improvements
21
22
@@ -52,10 +53,6 @@
52
53
> If your app does not need arm64e, you don't need to make any changes.
53
54
> But if your app _needs arm64e_ please use `Sentry-Dynamic-WithARM64e` or `Sentry-WithoutUIKitOrAppKit-WithARM64e` from 8.55.0 so you don't have issues uploading to the App Store.
54
55
55
-
### Fixes
56
-
57
-
- Add null-handling for parsed DSN in SentryHTTPTransport (#5800)
58
-
59
56
### Features
60
57
61
58
- Add a new prebuilt framework with arm64e and remove it from the regular one (#5788)
0 commit comments