some users have encountered an issue when using a CDN or CMS where the stacktrace file path differs from the path in the source map, leading to a failure to decode the stacktrace.
this feature would either:
- provide documentation for how to debug and handle this situation
- provide a "prefixPath" property in the bundler in order to prepend arbitrary strings in order to match the errors (similar to the solution for _nextjs)