We have FastAPI app using python. After adding oneAgent using in pipeline, we tried to create dashboard and get real time users' data. It looks like we have to inject some code in JavaScript into our frontend, which does not work for us, because we are using default frontend swagger we are getting from FastApi.
Is the a way to overcome this or add to your next deployment?