Source maps on a Gatsby website

I’m using Gatsby to build my website and, by default, it automatically publishes source maps as part of the site’s content.

Given that scenario, do I still need to upload the source maps to Sentry for a given release, or is Sentry able to retrieve the source maps from the website?

Since posting this query, I’ve had a Sentry alert so I can confirm from the JSON data that Sentry is able to retrieve the source maps directly from the Gatsby-generated website. They do not need to be uploaded separately to Sentry.