bugsnag / bugsnag-source-maps

CLI and JS library for uploading source maps to BugSnag
MIT License
16 stars 9 forks source link

Fix source maps uploaded from Windows #60

Closed imjoehaines closed 3 years ago

imjoehaines commented 3 years ago

Goal

Uploading source maps from Windows has a couple of issues currently:

  1. The project root isn't stripped from mapped file paths
  2. Uploaded source maps will only match file paths when the code is deployed on Windows because it uses platform specific directory separators