You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone still seeing this error message, check that your app doesn't have a pinned Datadog buildpack version.
ie: Run heroku buildpacks, and check that the https://github.com/DataDog/heroku-buildpack-datadog URL shown doesn't have a version tag specified at the end (ie: a #X.Y.Z suffix).
If it does, overwrite that URL with the recommended version-less one, using: heroku buildpacks:set --index <number> https://github.com/DataDog/heroku-buildpack-datadog
...where <number> is the number of the existing datadog buildpack in the buildpacks list reported by heroku buildpacks.
(Until #229 / #231 this buildpack's installation instructions unfortunately advised pinning the version, which prevents picking up any buildpack fixes such as Heroku-20 support.)
Hi!
Heroku-20 beta was just released:
https://devcenter.heroku.com/changelog-items/1937
Trying this buildpack on a Heroku-20 app, the build currently fails with:
It looks like the packages list needs tweaking slightly when
$STACK
is "heroku-20".Many thanks :-)
The text was updated successfully, but these errors were encountered: