Improvements
Making the Network Exclude Bundle Parameter Case-Insensitive
We introduced the network-exclude-bundles
configuration parameter in Mac Agent 23.41.4797 to help you easily exclude app bundles from the network monitoring.
However, the values were case-sensitive - you had to specify the exact bundle name. Otherwise, it wouldn't get excluded. For example, if you typed com.apple.safari
it wouldn't work. You needed to type com.apple.Safari
as that's the bundle name used by macOS for the Safari browser.
We made some changes so that the bundle names no longer need to be case-sensitive. For example, you can now write com.apple.Safari
, or com.apple.safari
, or cOm.ApPlE.sAfAri
. Any of the values will work.
Bug Fixes
Browser Name, Icon and Version not Displayed
Due to a bug, the browser name, icon, and version no. wouldn't missing from reports like the Monitoring > Web Pages & Applications and BI Reports > Applications & Websites:
The bug is fixed now so that the browser information will be displayed as expected:
Notes about Safari: the icon still isn't supported for the Safari browser. Also, the Browser name on the BI report's Details panel will not show either. This will be fixed in the next Web/Platform release.