You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of rollbar doesn't support inlined source maps with nodeSourceMaps: true option.
I did some debugging and it appears that this line checks file paths from all frames in spite of the existence of sourcesContent property in source map.
This requires me to distribute sources together with compiled code and sourcemaps what is a bit inconvenient in my case.
The text was updated successfully, but these errors were encountered:
The latest version of rollbar doesn't support inlined source maps with
nodeSourceMaps: true
option.I did some debugging and it appears that this line checks file paths from all frames in spite of the existence of
sourcesContent
property in source map.This requires me to distribute sources together with compiled code and sourcemaps what is a bit inconvenient in my case.
The text was updated successfully, but these errors were encountered: