Dynatrace / libbuildpack-dynatrace

Common resources used for Dynatrace integration in Cloudfoundry Buildpacks.
Apache License 2.0
1 stars 5 forks source link

Added helper method to ensure there is always a valid apiurl configured. #24

Closed arthfl closed 1 year ago

arthfl commented 1 year ago

As the title says, this adds a helper method to ensure there is always a valid apiurl configured. If there is nothing handed over via the apiurl config parameter, we no enforce the fallback to the PaaS API URL in a more central place with this.

Also added debug- and log-output to identify issues in this area easier in the future.