getappmap / appmap-agent-js

This project is deprecated. Please use https://github.com/getappmap/appmap-node/ to record Node.js applications.
Other
28 stars 8 forks source link

fix: ignore json files in jest transformer #188

Closed lachrist closed 1 year ago

lachrist commented 1 year ago

It was assumed that the code was always compiled by jest transformer into either common or native module. This is not the case, it can also be JSON. For now we simply ignore JSON files based on their extension. In the future, it might be interesting to investigate whether it is worth it to appmap JSON files as well.

appland-release commented 1 year ago

:tada: This PR is included in version 13.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: