v0.4.0
Changelog
New Features
- 476a738: feat(grpc-gateway): auto-exclude common health check and infra paths from tracing (#41) (@prathamesh-sonpatki)
- 11ad3b8: feat(instrumentation): add HTTP request/response body capture middleware (#39) (@prathamesh-sonpatki)
- 638bc64: feat(instrumentation): add span processor for code call-site attributes (#34) (@prathamesh-sonpatki)
Bug Fixes
- 6987e3c: fix(testutil): AssertSpanNoError now checks STATUS_CODE_ERROR in addition to exception events (#42) (@prathamesh-sonpatki)
Other
- fac8416: docs(grpc-gateway): document default path exclusions (#44) (@prathamesh-sonpatki)
- e54a25c: test(grpc-gateway): add negative test for missing NewDialOption causing split traces (#43) (@prathamesh-sonpatki)
- 2f0e672: test(grpc-gateway): fix ErrorHandling test to exercise real gRPC error propagation (#40) (@prathamesh-sonpatki)