We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b391e8e commit 7296582Copy full SHA for 7296582
instrumentation/graphql/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History: opentelemetry-instrumentation-graphql
2
3
+### v0.28.1 / 2024-04-10
4
+
5
+* FIXED: Analyze span names in GraphQL instrumentation
6
7
### v0.28.0 / 2024-02-16
8
9
* BREAKING CHANGE: GraphQL Legacy Tracer perf improvements [#867](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/867).
instrumentation/graphql/lib/opentelemetry/instrumentation/graphql/version.rb
@@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module GraphQL
10
- VERSION = '0.28.0'
+ VERSION = '0.28.1'
11
end
12
13
0 commit comments