UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

11 lines (10 loc) 270 B
/** * Returns the url to the Sentry project stream. * * Example: https://org-slug.sentry.io/issues/?project=1234567 */ export declare function getIssueStreamUrl({ url, orgSlug, projectId, }: { url: string; orgSlug: string; projectId: string; }): string;