Troubleshoot / Release Notes

Latest stable release: v1.0.0

  • Please ensure the application is running with the same source code you're putting the tracepoint on.

  • We support python3.7 to 3.10 at the moment.

  • If you get a build error while trying to install our agent, try upgrading you python setup tools with:

    python -m pip install wheel setuptools pip --upgrade
  • Some web frameworks run in DEBUG mode by default. This interferes with the working of our agent. So set DEBUG mode to false if you face trouble with the agent.

Last updated