Closed Nicktho closed 5 months ago
Hi @Nicktho, thanks for reaching out and apologies for the delay.
One possible explanation for your issue: when the iOS app is built, we upload 2 mapping files:
If you only disable dsyms, you will still attempt to upload the javascript sourcemaps. To disable all uploads in iOS builds you should use:
{
"expo": {
"plugins": [
[
"expo-datadog",
{
"errorTracking": {
"iosDsyms": false,
"iosSourcemaps": false
}
}
]
]
}
}
If you are still experiencing the issue, could you upload your iOS log to help us troubleshoot?
Thanks a lot!
Describe what happened Setting configuration to the following:
Still results in dsyms being uploaded to datadog when running
expo run:ios
to build the ios application.Steps to reproduce the issue:
app.json
expo run:ios
Describe what you expected: Dsyms not uploaded to datadog
Additional context
expo-datadog
and@datadog/mobile-react-native
app.json
eas.json
if relevantpackage.json
Podfile
andPodfile.lock
android/build.gradle
andandroid/app/build.gradle