Skip to content

Commit 00ae21f

Browse files
authored
fix(core): Forward headers option to sentry-cli (#797)
1 parent da6d143 commit 00ae21f

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)