Troubleshoot / Release Notes

Latest stable release: v1.0.2

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

  • If you face trouble adding tracepoint, ensure the VScode is started at the root of the project.

  • 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.

  • You can use us with typescript as well. The only thing is typescripts get compiled to javascripts before running, so there might be a mismatch in the line number you put the tracepoint on and the line number you observe in snapshot.

Last updated