Rollbar + React:多个缩小的 JS 和 Sourcemaps

Rollbar + React: Multiple minified JS and Sourcemaps

我正在尝试将 Rollbar 集成到我的 ReactJS 项目中。我能够按照 https://docs.rollbar.com/docs/react and now want to upload my source maps. I have been referring to https://docs.rollbar.com/docs/source-maps/ 中的设置说明进行操作,其中似乎只有一个 minified_urlsource_map 可以应用,但我的 build/static/js 文件夹中有多个.我应该提供哪些或有什么方法可以避免这个问题?

API 端点一次接受一个源映射(因此缩小 URL),因此您需要 运行 为每个源映射卷曲。