|
39 | 39 | version_constant: [OpenTelemetry, Instrumentation, ActiveStorage, VERSION] |
40 | 40 |
|
41 | 41 | - name: opentelemetry-helpers-sql |
42 | | - directory: helpers/sql |
| 42 | + # we append a slash here to avoid the naive substring start_with? directory-matching condition in underlying toys gem |
| 43 | + # which casues helpers/sql to incorrectly match when changes occur in helpers/sql-processor or helpers/sql-obfuscation |
| 44 | + # https://github.com/dazuma/toys/blob/17ed449da8299f272b834470ff6b279a59e8070b/.toys/release/.lib/release_utils.rb#L436 |
| 45 | + # https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1727 |
| 46 | + directory: helpers/sql/ |
43 | 47 | version_constant: [OpenTelemetry, Helpers, Sql, VERSION] |
44 | 48 |
|
45 | 49 | - name: opentelemetry-instrumentation-gruf |
@@ -130,7 +134,11 @@ gems: |
130 | 134 | version_constant: [OpenTelemetry, Instrumentation, LMDB, VERSION] |
131 | 135 |
|
132 | 136 | - name: opentelemetry-instrumentation-http |
133 | | - directory: instrumentation/http |
| 137 | + # we append a slash here to avoid the naive substring start_with? directory-matching condition in underlying toys gem |
| 138 | + # which casues instrumentation/http to incorrectly match when changes occur in instrumentation/httpx |
| 139 | + # https://github.com/dazuma/toys/blob/17ed449da8299f272b834470ff6b279a59e8070b/.toys/release/.lib/release_utils.rb#L436 |
| 140 | + # https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1512 |
| 141 | + directory: instrumentation/http/ |
134 | 142 | version_constant: [OpenTelemetry, Instrumentation, HTTP, VERSION] |
135 | 143 |
|
136 | 144 | - name: opentelemetry-instrumentation-graphql |
|
0 commit comments