Sep 22, 2026
Collector0.11.6
Fixed
- Use case-insensitive comparison when filtering request and response headers (
http.request.header.*andhttp.response.header.*span attributes) using the values in theappsignal.config.request_headersandappsignal.config.response_headersresource attribute configuration options. - Keep reporting a request's path when the
appsignal.config.send_request_query_parametersresource attribute configuration option is set tofalse. Theurl.fullandhttp.targetspan attributes now lose their query string rather than being removed, because they hold the request path as well. Applications whose instrumentation reports the path inhttp.target, without also reporting anhttp.routeattribute, showed no path on their samples and error incidents. - Report request and response headers in lowercase and using dashes as separators, following the current OpenTelemetry semantic conventions. The values in the lists of allowed header names in the
appsignal.config.request_headersandappsignal.config.response_headersresource attribute configuration options are also normalized to this shape before comparison.
This release can be installed through our collector packages and Docker image.