Declare DD_VERSION in prerun.sh 2nd try (#13258)
This commit is contained in:
parent
236a2ba64f
commit
77a3901998
1 changed files with 5 additions and 5 deletions
|
|
@ -8,9 +8,9 @@ if [ "$DYNOTYPE" == "run" ]; then
|
|||
# more info here: https://docs.honeycomb.io/getting-data-in/ruby/beeline/#using-env-variables-to-control-framework-integrations
|
||||
export HONEYCOMB_DISABLE_AUTOCONFIGURE="true"
|
||||
export HONEYCOMB_INTEGRATIONS=rails,rake,active_support
|
||||
|
||||
# Set app version based on HEROKU_SLUG_COMMIT
|
||||
if [ -n "$HEROKU_SLUG_COMMIT" ]; then
|
||||
DD_VERSION=$HEROKU_SLUG_COMMIT
|
||||
fi
|
||||
fi
|
||||
|
||||
# Set app version based on HEROKU_SLUG_COMMIT
|
||||
if [ -n "$HEROKU_SLUG_COMMIT" ]; then
|
||||
DD_VERSION=$HEROKU_SLUG_COMMIT
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue