Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ export interface SentryCliPluginOptions {
* (requires access to git CLI and root directory to be a valid repository).
*/
release?: string;

/**
* Unique identifier for the distribution, used to further segment your release.
* Usually your build number.
*/
dist?: string;

/**
* One or more paths that Sentry CLI should scan recursively for sources.
Expand Down