4 Commits

Author SHA1 Message Date
OMGeeky
85735ec25f try some stuff to get to the value of a parameter passed to a function (I think I found a way, but it's not working yet) 2023-07-01 23:12:13 +02:00
OMGeeky
e21ba0f650 add a test function to reqwest spans 2023-07-01 23:11:27 +02:00
OMGeeky
7aef15c936 Get some basic tracing to work
Stuff working:
- method calls with the tracing::instrument attribute get recorded and added to the AppMap (as classMap structure if not already there and as event)
This results in the Trace View and the Dependency Map starting to work (not with many features yet but hey, better than nothing)
2023-06-30 22:37:16 +02:00
OMGeeky
b7f6bd1830 Initial attempt to create Appmaps (currently manually but the supporting data structure is there) 2023-06-30 16:28:29 +02:00