Slashes stripped from url-prefix

Hey everyone!

I’m trying to integrate sentry into my ionic project.

I’ve had many bumps (that probably have more to do with ionic than sentry really), but I feel I might be close to a solution.

The files in my stacktraces are prefixed with app:///, so I thought I would upload my sourcemaps using sentry-cli releases ... files ... --url-prefix app:/// ... but the prefix gets transformed into app:/...

image