Releases: bugsnag/bugsnag-cocoa
Releases · bugsnag/bugsnag-cocoa
v6.34.1
Bug Fixes
- Fixed the issue causing feature flags with names that contain a slash to not appear in OOM crash reports.
#1863
v6.34.0
Enhancements
- Improved C++ exception stack trace capturing.
1855
v6.33.1
Enhancements
- Send observer event on grouping discriminator update #1846
v6.33.0
Enhancements
-
Added groupingDiscriminator
property to BugsnagEvent
and methods for setting and getting the global groupingDiscriminator
to Bugsnag
and BugsnagClient
.
#1830
-
Set default endpoints based on API key #1801
Bug Fixes
-
Added the missing PrivacyInfo.xcprivacy
file to xcframeworks.
#1837
-
Added missing MARKETING_VERSION build setting to multiple targets. This is required for generating CFBundleShortVersionString in some situations.
#1766
v6.32.2
Bug Fixes
- Fixed a potential invalid pointer crash when updating/removing feature flags.
#1754
v6.32.1
Bug Fixes
- Fixed the issue causing flags cleared by calling
+[Bugsnag clearFeatureFlagWithName:]
to appear in crash reports.
#1740
v6.32.0
Enhancements
- Added
file
, lineNumber
and columnNumber
properties to BugsnagStackframe
public header.
#1728
v6.30.2
Bug Fixes
- Disable calls to os_proc_available_memory() on Catalyst due to missing API in earlier versions.
1689