-
-
Notifications
You must be signed in to change notification settings - Fork 233
Add a JavaScript-equivalent for Logger.ignoreOrigin() #891
Copy link
Copy link
Open
Labels
Layer: Logger EngineItems related to the core logging engineItems related to the core logging engineLogging Source: Lightning ComponentsItems related to using Nebula Logger using JavaScript within lightning components (lwc & aura)Items related to using Nebula Logger using JavaScript within lightning components (lwc & aura)Type: EnhancementNew feature or requestNew feature or request
Milestone
Metadata
Metadata
Assignees
Labels
Layer: Logger EngineItems related to the core logging engineItems related to the core logging engineLogging Source: Lightning ComponentsItems related to using Nebula Logger using JavaScript within lightning components (lwc & aura)Items related to using Nebula Logger using JavaScript within lightning components (lwc & aura)Type: EnhancementNew feature or requestNew feature or request
In Apex, certain Apex classes can be omitted from stack traces (and stack trace parsing) using
Logger.ignoreOrigin(System.Type). In theloggerLWC, there should be an equivalent option to support skipping certain JS files in stack traces.