Skip to main content

Are publicly hosted sourcemaps and uploaded sourcemaps mutually exclusive?

Issue

We are uploading source maps to Sentry but also hosting them publicly. Currently, we are externalising some modules and we'd like to know if it's possible to use both at the same time.

Applies To

  • All SaaS Customers

  • Error Monitoring

  • Source Maps

Resolution

You can use both methods simultaneously, these are not mutually exclusive.

We rely on source map scraping (searching for the hosted source maps) as a fallback when the files are not found in your project or are not uploaded correctly.

Did this answer your question?