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
I would like to enable the NSLog logging and send to BugFender only the logs related to a specific dependency. For us, the easiest way to catch only the logs of a single library is to filter by using subsystem, but currently, the interface BFInterceptedLog does not exposes that information. Would it be possible to add this capability?
Versione of the library used: 2.0.0
The text was updated successfully, but these errors were encountered:
R1Daneel
changed the title
Add Subsystem Information to BFInterceptedLog Interface
[feature request] Add Subsystem Information to BFInterceptedLog Interface
Oct 8, 2024
Thanks for the suggestion @R1Daneel . At the moment Bugfender does not capture the subsystem information, so it's not shown on the Bugfender Console nor it is in BFInterceptedLog. We will consider this for future versions of Bugfender, though!
I would like to enable the
NSLog
logging and send to BugFender only the logs related to a specific dependency. For us, the easiest way to catch only the logs of a single library is to filter by using subsystem, but currently, the interfaceBFInterceptedLog
does not exposes that information. Would it be possible to add this capability?Versione of the library used: 2.0.0
The text was updated successfully, but these errors were encountered: