Closed robwalkerco closed 5 months ago
Hey @robwalkerco,
The update to Expo 51 is in our roadmap, and we will grant support soon with datadog-expo@51.0.0
.
I will keep you posted here as soon as we have an open PR.
Thank you for your valuable feedback!
Subscribing - we'd like to switch our company to Datadog and this is blocking us at the moment.
I work at a company that's a new Datadog customer and we are also blocked by this. Is there a timeline that you can share for supporting expo 51?
Is it possible for Datadog to tweak their build process to tie the release of their support for new Expo versions closer to the release date? The beta was announced April 24 and Expo 51 was released May 7. Day 1 availability may not be possible, but waiting over a month for an update to a paid service is a bit tough. We have been needing some of the features available in Expo 51 and so it's tough to not be able to use those because we have to wait on the datadog dependency to upgrade.
@marcato15
The delay was mainly caused by the fact that one of our engineers, responsible for the Expo updates, recently left the company. There has been a period of knowledge transfer and onboarding for the new engineer, and an unusual amount of critical issues to solve in our React Native SDK.
Future updates will be quicker, we apologise for the inconvenience 🙏
@robwalkerco @raghavsethi @panasenco @marcato15
Sorry for the long wait!
We have released expo-datadog@51.0.0, which solves the build issue on Android and grants support for Expo 51.
@robwalkerco @raghavsethi @panasenco @marcato15
Sorry for the long wait!
We have released expo-datadog@51.0.0, which solves the build issue on Android and grants support for Expo 51.
Thank you for the explanation. That is very helpful.
Thank you, much appreciated!
Describe what happened After upgrading to Expo 51, it's not possible to build the Android app. It appears this may be related to the version of Gradle being updated to 8.6
Steps to reproduce the issue:
expo-datadog
from Expo 50 to Expo 51I've resolved this issue by setting an explicit
datadogGradlePluginVersion
version of1.13.0
, which allows the build to complete, but it would be great if that was not required.Example plugin config to get the build working again
Describe what you expected: The build should complete
Additional context