NebulaLogger icon indicating copy to clipboard operation
NebulaLogger copied to clipboard

Add Declarative Configuration for Ignoring Apex Classes in Stack Traces

Open JMercie opened this issue 4 months ago • 0 comments

Issue Reference: #890

Solution

Implemented a declarative approach that allows admins to configure Apex classes to ignore globally through Custom Metadata Types, without requiring any code changes.

Changes

  • Added IgnoredApexOrigins to LoggerParameter__mdt to drive functionality with default empty array [].
  • ignoreOrigin() calls continue to work unchanged.
  • New IGNORED_APEX_ORIGINS getter and setter for LoggerParamter.cls and LoggerStackTrace.cls.

JMercie avatar Sep 23 '25 19:09 JMercie