Is there a way to make sentry re-parse errors after source maps have been uploaded

I uploaded the artifacts (source maps) later on after making my release public. Is there a way to tell sentry to re-parse the already logged errors using those uploaded artifacts?

I forget if re-processing applies to JavaScript, but that’d be one mechanism to avoid having errors without sourcemaps. That said, it probably doesn’t yet today. In general Sentry considers events immutable. Once they turn into “issues” they are locked in stone.

So I guess, re-reporting them would do the trick?
My plan: Get them from the API and then report them as new errors.