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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Bugfender.EnableNativeLogCapture() — forward native system logs to Bugfender (Android: logcat; iOS 15+: NSLog/OSLog).
Resources/bugfender_native_log_capture.txt — set to true to enable native log capture during initialization (same behavior as the API above).
Optional overrides using text files under Assets/Resources/ (see docs), including bugfender_app_key.txt (one-line app key; useful for CI or per-build config). If a file is missing or empty, Inspector values apply where applicable.
Fixed
iOS Simulator build error with recent Xcode versions.
Changed
SDK reports type unity and build version 30001 to the Bugfender backend when initializing, so sessions and devices can be identified as Unity SDK traffic.