We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6d143 commit 00ae21fCopy full SHA for 00ae21f
1 file changed
packages/bundler-plugin-core/src/build-plugin-manager.ts
@@ -100,6 +100,7 @@ function createCliInstance(options: NormalizedOptions): SentryCli {
100
vcsRemote: options.release.vcsRemote,
101
headers: {
102
...getTraceData(),
103
+ ...options.headers,
104
},
105
});
106
}
0 commit comments