Make iOS sourcemaps upload more reliable.
We set the path for iOS sourcemaps to an absolute path, so that we don't have issues of being in different directories when outputting the sourcemaps and when getting it for the upload.
This change had already been made in the wizard, but wasn't replicated here.
What does this PR do?
Make iOS sourcemaps upload more reliable. We set the path for iOS sourcemaps to an absolute path, so that we don't have issues of being in different directories when outputting the sourcemaps and when getting it for the upload. This change had already been made in the wizard, but wasn't replicated here.
Motivation
Fix https://github.com/DataDog/expo-datadog/issues/13
Review checklist (to be filled by reviewers)