Register a plugin to be applied later by applyPlugins.
A function that transforms a StackFrame[].
StackFrame[]
registerPlugin(frames => frames.filter(f => f.fileName?.includes('/src/'))); Copy
registerPlugin(frames => frames.filter(f => f.fileName?.includes('/src/')));
Register a plugin to be applied later by applyPlugins.