Enable strictPropertyInitialization (#11203)
This commit is contained in:
parent
4207d182cd
commit
cfd48b36aa
38 changed files with 97 additions and 117 deletions
|
@ -174,7 +174,7 @@ async function getContexts(): Promise<Contexts> {
|
|||
};
|
||||
}
|
||||
|
||||
export async function sendSentryReport(userText: string, issueUrl: string, error?: Error): Promise<void> {
|
||||
export async function sendSentryReport(userText: string, issueUrl: string, error?: unknown): Promise<void> {
|
||||
const sentryConfig = SdkConfig.getObject("sentry");
|
||||
if (!sentryConfig) return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue