I’m currently trying to debug an error occuring part way through an app flow, it’s returning an error regarding DF ambiguity only. I’d like to expand the error to include the full traceback to determine at which stage in the app flow the error is occuring, i’ve tried messing around with the log level but have had no luck so far.
Perhaps the streamlit-profiler
may allow some insights on the performance of the app, segment by segment.
The reply in this thread also provides some nice way to catch errors:
Hope this helps!