5.3.0 (2021-09-01)
Enhancements
-
Add
Configuration.VersionCode
config option to set the native Android option #373 -
Add
Configuration.PersistenceDirectory
to set the native Android option #368 -
Add
Configuration.SendThreads
config option to set the native Android option and the native Cocoa option #375 -
Add
Configuration.PersistUser
config option to set the native Android option and the native Cocoa option #372 -
Add
Configuration.MaxPersistedEvents
config option to set the native Android option and the native Cocoa option #371 -
Add
Configuration.RedactedKeys
configuration option to enable redacting specific keys in metadata #367 -
Add
Configuration.Endpoints
to enable setting custom endpoints for events and sessions #366 -
Add
Configuration.ProjectPackages
config option to set the native Android option #364 -
Add
Configuration.BundleVersion
config option to set the native Cocoa option #359 -
Add
Configuration.AppType
configuration option to enable setting a custom value for the app.type field in an event #363 -
Update bugsnag-cocoa to v6.11.0
-
Add
DiscardClasses
configuration option to disable sending events that contain user defined error classes. #361 -
Update bugsnag-android to v5.11.0:
Deprecated
-
Bugsnag.SetContext(string context)
has been deprecated in favour of the newBugsnag.Context
property and will be removed in the next major release. -
Configuration.Endpoint
has been deprecated in favour of the newConfiguration.Endpoints
class and will be removed in the next major release. -
Configuration.SessionEndpoint
has been deprecated in favour of the newConfiguration.Endpoints
class and will be removed in the next major release. -
Configuration.NotifyReleaseStages
has been deprecated in favour ofConfiguration.EnabledReleaseStages
and will be removed in the next major release.