interface SentryIoNodeParameters {
additionalFields?:
| {
query?: string;
shortIdLookUp?: boolean;
statsPeriod?: "24h"
| "14d";
}
| {
assignedTo?: string;
hasSeen?: boolean;
isBookmarked?: boolean;
isPublic?: boolean;
isSubscribed?: boolean;
status?: | "resolved"
| "ignored"
| "resolvedInNextRelease"
| "unresolved";
}
| { member?: boolean; owner?: boolean }
| { slug?: string }
| { query?: string }
| {
commits?: {
commitProperties: {
authorEmail?: string;
authorName?: string;
id: string;
message?: string;
patchSet?: {
patchSetProperties: {
path: string;
type?: (...) | (...) | (...) | (...);
}[];
};
repository?: string;
timestamp?: string;
}[];
};
dateReleased?: string;
refs?: {
refProperties: {
commit: string;
previousCommit?: string;
repository: string;
}[];
};
};
agreeTerms?: boolean;
authentication?: | "oAuth2"
| "accessToken"
| "accessTokenServer";
eventId?: string;
full?: boolean;
issueId?: string;
limit?: number;
name?: string;
operation?: | "create"
| "get"
| "getAll"
| "update"
| "delete";
organization_slug?: string;
organizationSlug?: string;
projects?: unknown[];
projectSlug?: string;
resource?: | "event"
| "organization"
| "project"
| "release"
| "issue"
| "team";
returnAll?: boolean;
teamSlug?: string;
updateFields?: | { name?: string; slug?: string }
| {
digestsMaxDelay?: number;
digestsMinDelay?: number;
isBookmarked?: boolean;
name?: string;
platform?: string;
slug?: string;
team?: string;
}
| {
commits?: {
commitProperties: {
authorEmail?: string;
authorName?: string;
id: string;
message?: string;
patchSet?: {
patchSetProperties: {
path: string;
type?: (...)
| (...)
| (...)
| (...);
}[];
};
repository?: string;
timestamp?: string;
}[];
};
dateReleased?: string;
ref?: string;
refs?: {
refProperties: {
commit: string;
previousCommit?: string;
repository: string;
}[];
};
url?: string;
};
url?: string;
version?: string;
}Properties§
readonly additional Fields?:
| {
query?: string;
shortIdLookUp?: boolean;
statsPeriod?: "24h"
| "14d";
}
| {
assignedTo?: string;
hasSeen?: boolean;
isBookmarked?: boolean;
isPublic?: boolean;
isSubscribed?: boolean;
status?: | "resolved"
| "ignored"
| "resolvedInNextRelease"
| "unresolved";
}
| { member?: boolean; owner?: boolean }
| { slug?: string }
| { query?: string }
| {
commits?: {
commitProperties: {
authorEmail?: string;
authorName?: string;
id: string;
message?: string;
patchSet?: {
patchSetProperties: {
path: string;
type?: (...) | (...) | (...) | (...);
}[];
};
repository?: string;
timestamp?: string;
}[];
};
dateReleased?: string;
refs?: {
refProperties: {
commit: string;
previousCommit?: string;
repository: string;
}[];
};
}readonly agree Terms?: booleanWhether you agree to the applicable terms of service and privacy policy of Sentry.io
readonly authentication?: "oAuth2" | "accessToken" | "accessTokenServer"Default: "accessToken"
readonly event Id?: stringThe ID of the event to retrieve (either the numeric primary-key or the hexadecimal ID as reported by the raven client)
readonly full?: booleanWhether the event payload will include the full event body, including the stack trace Default: true
readonly issue Id?: stringID of issue to get
readonly limit?: numberMax number of results to return Default: 100 Type options: {"minValue":1,"maxValue":500}
readonly name?: stringThe slug of the organization the team should be created for
readonly operation?: "create" | "get" | "getAll" | "update" | "delete"Default: "get"
readonly organization _ slug?: stringThe slug of the organization to update. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getOrganizations"}
readonly organization Slug?: stringThe slug of the organization the events belong to. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getOrganizations"}
readonly projects?: unknown[]A list of project slugs that are involved in this release. Choose from the list, or specify IDs using an expression. Default: [] Type options: {"loadOptionsMethod":"getProjects"}
readonly project Slug?: stringThe slug of the project the events belong to. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getProjects","loadOptionsDependsOn":["organizationSlug"]}
readonly resource?:
| "event"
| "organization"
| "project"
| "release"
| "issue"
| "team"Default: "event"
readonly return All?: booleanWhether to return all results or only up to a given limit
readonly team Slug?: stringThe slug of the team to create a new project for. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getTeams","loadOptionsDependsOn":["organizationSlug"]}
readonly update Fields?:
| { name?: string; slug?: string }
| {
digestsMaxDelay?: number;
digestsMinDelay?: number;
isBookmarked?: boolean;
name?: string;
platform?: string;
slug?: string;
team?: string;
}
| {
commits?: {
commitProperties: {
authorEmail?: string;
authorName?: string;
id: string;
message?: string;
patchSet?: {
patchSetProperties: {
path: string;
type?: (...)
| (...)
| (...)
| (...);
}[];
};
repository?: string;
timestamp?: string;
}[];
};
dateReleased?: string;
ref?: string;
refs?: {
refProperties: {
commit: string;
previousCommit?: string;
repository: string;
}[];
};
url?: string;
}Default: {}
readonly url?: stringA URL that points to the release. This can be the path to an online interface to the sourcecode for instance.
readonly version?: stringThe version identifier of the release
Default: {}