appmap-python currently refuses to record Python code that isn't in a module. This is a barrier to getting the desired data in some cases, especially for simple projects.
If the path setting in appmap.yml matches the name of a Python file, that file should be instrumented.
appmap-pythoncurrently refuses to record Python code that isn't in a module. This is a barrier to getting the desired data in some cases, especially for simple projects.If the
pathsetting in appmap.yml matches the name of a Python file, that file should be instrumented.