From d93917fbd8c65518686e3f332d5ca140dbf5ae2a Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Tue, 3 Feb 2026 13:27:27 +0100 Subject: [PATCH] docs: Remove TODO comment See https://github.com/getsentry/sentry-cli/pull/3088/changes/BASE..74b27e4a029ffb62448264673a64c70d5b1b1b55#r2758772623 --- lib/releases/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/releases/index.ts b/lib/releases/index.ts index 23ab2f30fe..6cd58c3801 100644 --- a/lib/releases/index.ts +++ b/lib/releases/index.ts @@ -120,7 +120,6 @@ export class Releases { * @param options Options to configure the source map upload. * @returns A promise that resolves when the upload has completed successfully. */ - // TODO: Add `uploadSourceMaps()` to SourceMaps class as `.upload()` (keep it here too for backward compatibility) async uploadSourceMaps( release: string, options: SentryCliUploadSourceMapsOptions