This repository was archived by the owner on Aug 17, 2020. It is now read-only.
0.1.13
Added:
- Adds BuildId and Build Number for GH Actions (#186)
- Parallel flag detector for CodePath (#180)
- Goroutines global panic handler (#188)
- Enable optional stacktrace tag in http and sql instrumentation. (#184)
- Standard logger with context support (#131)
- .git folder parser alternative without external dependencies (#197)
- Support for projects without go.mod (#153)
- Adds panic stacktraces inside the logs (#202)
Changed:
- Coverage detection (#168)
- Recorder buffer refactor (#177)
- Remove test.code empty (#192)
- Forbid empty sourceroot and go.mod path finder (#194)
- Ci branch and improved container detector (#201)
Fixed:
- Fix support for import autoinstrument and TestMain scopeagent.Run (#145)
- Ensure the correct folder permissions when creating log folders (#183)
- Try to extract request body payload when the
GetBodyfunc is nil (#189) - Clean filepath to fix windows path issue (#172)
- Improves panic reports to scope and fixes source field on events (#170)
- Remove invalid peer.service tag (#198)