Skip to content

Commit f408285

Browse files
committed
SentryApiKey was removed
1 parent 5685986 commit f408285

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Sentry/buildTransitive/Sentry.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
The defaults can be set either via config file, or environment variables, per: https://docs.sentry.io/product/cli/configuration/
111111
-->
112112
<PropertyGroup>
113-
<SentryCLIBaseOptions Condition="'$(SentryApiKey)' != ''">$(SentryCLIBaseOptions) --api-key $(SentryApiKey)</SentryCLIBaseOptions>
114113
<SentryCLIBaseOptions Condition="'$(SentryAuthToken)' != ''">$(SentryCLIBaseOptions) --auth-token $(SentryAuthToken)</SentryCLIBaseOptions>
115114
<SentryCLIBaseOptions Condition="'$(SentryUrl)' != ''">$(SentryCLIBaseOptions) --url $(SentryUrl)</SentryCLIBaseOptions>
116115
<SentryCLIBaseCommand>&quot;$(SentryCLI)&quot;</SentryCLIBaseCommand>

0 commit comments

Comments
 (0)