Commit 3b53693
authored
fix: ActiveStorage OTel API Constraints (#1435)
All instrumentations must use pessemistic _minor_ version locking starting with OTel API version `1.0`.
We released the ActiveStorage instrumentation with a pessemistic _bug fix_ version dependency of OTel API 1.4.x, which is incorrect.
That results in dependency and installation errors: mastodon/mastodon#33968
This change fixes the ActiveStorage instrumentation to use pessemstic minor version dependencies for the OTel API starting with `1.0`.
cc: @renchap1 parent e683f6c commit 3b53693
File tree
1 file changed
+1
-1
lines changed- instrumentation/active_storage
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments