Compare commits

..
3 Commits
Author SHA1 Message Date
rmcguire 8d6297a0cb Merge branch 'main' into development 2025-09-02 11:47:04 -04:00
rmcguire 340cf67515 update changelog 2025-08-27 10:33:39 -04:00
rmcguireandrmcguire f5cb3456b1 fix otel http instrumentation span naming (#2)
Reviewed-on: #2
Co-authored-by: Ryan D McGuire <[email protected]>
Co-committed-by: Ryan D McGuire <[email protected]>
2025-08-27 14:32:16 +00:00
+4
View File
@@ -1,3 +1,7 @@
# v0.12.1
* feat: Implement custom OpenTelemetry span name formatting for HTTP requests.
* refactor: Streamline OpenTelemetry handler integration by removing custom wrapper.
# v0.12.0
* feat: Add support for excluding HTTP request paths from logging using configurable regular expressions.