We should enable `noUncheckedIndexedAccess` in tsconfig, as this is a potential cause for bugs right now - e.g. see https://github.com/getsentry/sentry-javascript/issues/11759#issuecomment-2073083299. With this, we can then also enable https://typescript-eslint.io/rules/no-unnecessary-condition/.