Commit a8420ef
`@sentry/bundler-plugin-core` accepts `string | string[]` for `project`
but `SentryBuildOptions` narrowed it to `string`, causing a TS error
when users passed an array even though the value is forwarded verbatim.
Closes #21066
Co-authored-by: claude-sonnet-4-6 <noreply@anthropic.com>
1 parent 88a068f commit a8420ef
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
0 commit comments