Skip to main content

What is the limit of source maps or bundles that we can upload to Sentry?

Issue

Our workflow uploads a large number of source maps, and uploads them frequently. We want to know whether Sentry limits how many source map bundles we can upload, or how many source maps a single bundle can contain.

Applies To

  • All SaaS Customers

  • Source Maps

Resolution

Sentry does not limit the number of source map files or artifact bundles you can upload, so you can upload as many as your workflow needs, as often as you need.

Two things to keep in mind:

  1. Individual files have a hard 4GB size limit, which is not configurable. For files larger than 4GB, use a custom symbol repository. See What to do with debug files larger than 4GB.

  2. Your source maps must correspond to the exact minified files you deployed. Use Debug IDs, or a matching release and dist, so Sentry can match them to your stack traces. See the source maps documentation.

Did this answer your question?