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 079474a commit 7ef9504Copy full SHA for 7ef9504
2 files changed
instrumentation/active_job/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Release History: opentelemetry-instrumentation-active_job
2
3
+## v0.13.0 / 2026-06-16
4
+
5
+- ADDED: Add spans for Continuation (#2361)
6
+- ADDED: Add step.active_job span handler for Continuation
7
8
## v0.12.0 / 2026-04-28
9
10
- BREAKING CHANGE: Min Rails 7.1 (enforced this time) (#2283)
instrumentation/active_job/lib/opentelemetry/instrumentation/active_job/version.rb
@@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveJob
- VERSION = '0.12.0'
+ VERSION = '0.13.0'
11
end
12
13
0 commit comments