Commit f47be74
fix(otel): add default mergeServiceFiles for bootstrap service relocation
Shadow 9.x only applies package relocations to service files that are
claimed by a ServiceFileTransformer. The ContextStorageProvider service
file at META-INF/services/ was not being relocated because it wasn't
handled by any transformer — only the inst/META-INF/services/ files were.
Adding a default mergeServiceFiles() call ensures bootstrap service files
(like ContextStorageProvider) go through the transformer and get properly
relocated to their shaded paths.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5a29bc6 commit f47be74
File tree
1 file changed
+9
-4
lines changed- sentry-opentelemetry/sentry-opentelemetry-agent
1 file changed
+9
-4
lines changedLines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
163 | 168 | | |
164 | 169 | | |
165 | 170 | | |
| |||
0 commit comments