TraceKit
TraceKit copied to clipboard
TraceKit Report is not exported from package
import * as TraceKit from 'tracekit';
TraceKit.report.subscribe(tracekitErrorHandler)
I added tracekit in my ts file. I try to run that file, I got error like below
report is not exported by ../../node_modules/tracekit/tracekit.js
80: });
81: };
82: TraceKit.report.subscribe(tracekitErrorHandler);
That looks right, if you log out the TraceKit imported object what do you see? I have never used TraceKit.report.subscribe
This issue happens in my typescript file have any idea for this error?
@saranRe Can you add a test for this, might just need to update the typescript definition