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 176ee76 commit eeb26e0Copy full SHA for eeb26e0
lib/traces/provider/async/task.rb
@@ -19,7 +19,7 @@ def schedule(&block)
19
20
attributes = {
21
# We use the instance variable as it corresponds to the user-provided block.
22
- "block" => @block,
+ "block" => @block.to_s,
23
"transient" => self.transient?,
24
}
25
releases.md
@@ -1,5 +1,9 @@
1
# Releases
2
3
+## Unreleased
4
+
5
+ - Ensure trace attributes are strings, fixes integration with OpenTelemetry.
6
7
## v2.27.2
8
9
- Fix `context/index.yaml` schema.
0 commit comments