-
The old appland CLI tool (written in Golang) supports the `upload` command. We need to port that command (https://github.com/getappmap/appland-cli#upload) to the JS/TS CLI. We do not need to port the …
-
Currently, scans are failing. The following error message is shown in our `#telemetry` slack:
![Image](https://user-images.githubusercontent.com/45714532/186766555-fac63dbc-de35-4320-9be0-891d245b721…
-
-
Hey all, I'm getting the following error when trying to run the AppMap agent in a Docker Compose dev environment:
```
api-stonefruit-api-1 | > @stonefruit/api@0.1.0 dev:apiContainer
api-stonefru…
-
Detection of the environment (prod vs dev) in Python can be improved. It currently detects reliably if Flask or Django are in dev but not if they're in prod. If added in prod without setting the APPM…
-
Azure Session ID: 50b63c85fe567b3c8465f17939e07ac37f78a12504fac5a0a26f2b61810d723c
```
npx @appland/appmap-agent-js --recorder=process -- npm run test
```
```txt
TypeError [ERR_INVALID_ARG_TY…
-
If `json.loads` can parse the body of an `application/json` request, but it returns something other than a `dict`, both Flask and Django integrations fail to process the request.
For example, a req…
-
-
Currently, I'm not able to record functions in react apps.
https://github.com/land-of-apps/appmap-agent-js-react
It looks like we are no longer able to intercept commonjs and native modules.
…
-
Possible after #175 was merged.
This should remove a bunch of duplicated code.