DataDog / expo-datadog

Datadog SDK for Expo
Apache License 2.0
8 stars 5 forks source link

Fix iOS sourcemaps upload #14

Closed louiszawadzki closed 1 year ago

louiszawadzki commented 1 year ago

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)

louiszawadzki commented 1 year ago

I made an EAS build that passes thanks to this change