Skip to content

Commit

Permalink
fix: move dist option to SentryCliUploadSourceMapsOptions (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikenfin committed Jul 5, 2022
1 parent 6cc33e6 commit da916a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ declare module '@sentry/cli' {
* This value will update `SENTRY_VCS_REMOTE` env variable.
*/
vcsRemote?: string;
/**
* Unique identifier for the distribution, used to further segment your release.
* Usually your build number.
*/
dist?: string;
/**
* If true, all logs are suppressed.
*/
Expand Down Expand Up @@ -116,6 +111,11 @@ declare module '@sentry/cli' {
* By default the following file extensions are processed: js, map, jsbundle and bundle.
*/
ext?: string[];
/**
* Unique identifier for the distribution, used to further segment your release.
* Usually your build number.
*/
dist?: string;
}

export interface SentryCliNewDeployOptions {
Expand Down

0 comments on commit da916a0

Please sign in to comment.