Commit 21eee2c
committed
fix: Add Concurrent Ruby dependency to Rails
Rails relies on concurrent ruby for features like async queries.
This results in inconsistent traces since context is not properly propagated between threads.
This change adds Concurrent Ruby as a transitive dependency to mitigate confusion when uses the rails instrumentation independent of the all gem.1 parent e3c020f commit 21eee2c
File tree
2 files changed
+2
-0
lines changed- instrumentation/rails
- lib/opentelemetry/instrumentation
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments