Skip to content

Commit dbee488

Browse files
committed
fix(sentry-cli): pass options.headers to SentryCli headers argument
1 parent da6d143 commit dbee488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/bundler-plugin-core/src/build-plugin-manager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ function createCliInstance(options: NormalizedOptions): SentryCli {
100100
vcsRemote: options.release.vcsRemote,
101101
headers: {
102102
...getTraceData(),
103+
...options.headers,
103104
},
104105
});
105106
}

0 commit comments

Comments
 (0)