Hiding absolute/disk path in Sentry

Hello! I’ve set up Sentry with my Expo project according to the documentation here: https://docs.expo.io/versions/latest/guides/using-sentry.html.

When logging errors, I currently see an entire absolute path in the transaction tag which includes the full name of my local directory on my machine (something like Users/MyFolder/…/file.js), making the interface extremely cluttered. I want to only show a shortened / relative path like ~/app/…/file.js. How do I go about doing this?

Thanks!