Add archaius_stack_trace_enabled_properties which allows tracking of individual properties (instead of all of them) so we can reduce runtime impact of calculating stack traces. We can use this to only track some unused global fast properties.
This new set will also maintain all the properties associated with specific call sites, in case we are calling several.
Also surfaces these Maps as they were only accessible via the debugger before
Add archaius_stack_trace_enabled_properties which allows tracking of individual properties (instead of all of them) so we can reduce runtime impact of calculating stack traces. We can use this to only track some unused global fast properties.
This new set will also maintain all the properties associated with specific call sites, in case we are calling several.
Also surfaces these Maps as they were only accessible via the debugger before