Christian Alexander Wolf
Christian Alexander Wolf
Hi @mamuz, while using your project I encountered an annoying little issue: whenever I run an analysis in a single given format, but I wanted e.g. a JSON *and* a...
Hi, when experimenting with very large traces, I encountered errors related to `socket_sendto`, which is fine: socket_sendto(): unable to write to socket [90]: Message too long However, there is a...
In November 2022, PHP 7.4 will reach EOL. We should then drop the support and should refactor to PHP 8-only features, like: * union types * attributes (for replacing annotations...
update README reflecting all changes * correct CI badges (correct links to platforms) * remove some quality badges (esp. software quality) * link to tutorial (compare #8 ) * remove...
We are currently using composer/package-versions-deprecated to enrich traces with the versions of our packages. According to the package maintainer, this can (and should) be replaced with [built in tools of...
In order to show the complete functionality, we should create a tutorial (as wiki page?) on how to set up an example application. We should include setting up a tracer...
This PR fixes #425 ## Checklist * [x] I have signed the CLA * [x] I have updated/added any relevant documentation ## Description ### What's the goal of this PR?...