DataDog / datadog-react-native-wizard

Setup wizard for Datadog React Native SDK
Apache License 2.0
4 stars 2 forks source link

Generated datadog-ci.json file did not include the datadogSite field. #31

Open jbseppanen opened 2 months ago

jbseppanen commented 2 months ago

Describe what happened Include any error message or stack trace if available.

The following build commands failed: PhaseScriptExecution Upload\ dSYMs\ to\ Datadog /Users/username/project/ios/build/Build/Intermediates.noindex/Beyond.build/Debug-iphonesimulator/Beyond.build/Script-A1B2C3D4E5F60718293A4B5C.sh (in target 'MyApp' from project 'MyApp') (1 failure)

Steps to reproduce the issue: 📝

  1. Run npx datadog-react-native-wizard
  2. Put in your api key when requested.
  3. Select the site of your organization when requested. US5 in my case.
  4. When requested to enter a custom intake URL, hit enter to leave it blank.

Expected behaviour: 📝 datad0g-ci.json file is generated as part of the process. It should contain all the info needed include the datadogSite.

Actual behaviour: 📝 It contains only the api key. That causes the BuildPhase to fail. Adding in the datadogSite field allowed it to succeed.

Additional context