Saran Raj
Results
2
issues of
Saran Raj
We are running Frappe in our Python Project https://frappeframework.com/ https://github.com/frappe/frappe Any tips on how to integrate elastic python apm agent into this?
feature
agent-python
community
instrumentation
``` 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...