artifacts/Sourcemaps not being used. what am i doing wrong?

I’m using Raven to track errors from chrome extension content string
I’ve uploaded the js and map file to the appropriate release

But still, when i’m watching event, i’m getting error:

Source code was not found for chrome-extension://extension-id/content.js Expand

if i browse the artifacts of the corresponding release, i have:
content.js
~/content.js.map

What am missing?

Thanks!

Well, with the information you posted, you’re missing a piece of the URL which we’d be using to look it up. The extension id. My guess though is you’d probably want to mutate and remove this from within raven-js though since it’s probably not predictable what that value is? Similar to what we do for React Native.

If
chrome-extension://extension-id/content.js
was
http://domain.ltd/content.js
was it working?

How can i strip it on the Ravenjs side?