Closed dividedmind closed 10 months ago
Can you provide a reference to how this works? It will be needed for the docs anyway and is pretty essential for an efficient review.
I had added some information in the readme already; I'll add an overview here.
:tada: This PR is included in version 2.12.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Fixes #69
Here's how it works:
./appmap.yml
is read; if present, configuration from there is loaded../tmp/appmap
is used.path:
;exclude:
can be provided to exclude code by path, function name or qualified method name.{path: "."; exclude: ["node_modules", ".yarn"]}
is used.