Open st-clair-clarke opened 2 years ago
+1 Adding this would really push us to move from Akita to Elf.
I believe this is fairly very simple as it should just add trace
property in DevtoolsOptions & add the following code:
if (options.trace) {
console.groupCollapsed(`[${displayName}]`);
console.trace();
console.groupEnd();
}
but I'm unsure where would this go. 😅
Happy to receive feedback on #459 👍 (it's my first contribution to Elf)
@st-clair-clarke @NetanelBasal PR #459 was merged. Can this issue be closed now?
Not sure I have time to dig deeper to try and figure out a solution, but if someone does, that'd be amazing!
Which @ngneat/elf-* package(s) are relevant/releated to the feature request?
@ngneat/elf-devtools
Description
@ngneat/elf-devtools only support some options as documented here dev-tools.
Could we get support for 'trace' option as well please.
Thanks
Proposed solution
It would be handled similarly to the current options.
Alternatives considered
None
Do you want to create a pull request?
No