Skip to content

APM not picking up prerun variables #390

Description

@aenand

Hello! I am trying to set three APM variables with the datadog/prerun.sh script. I see with a herkou env command that the values are getting set but Datadog APM is not picking any of them up in the dashboard. Any idea what's going on?

Script:

#!/usr/bin/env bash

# Set app version based on HEROKU_SLUG_COMMIT
if [ -n "$HEROKU_SLUG_COMMIT" ]; then
  DD_VERSION=$HEROKU_SLUG_COMMIT
  DD_GIT_COMMIT_SHA=$HEROKU_SLUG_COMMIT
fi
DD_GIT_REPOSITORY_URL="{{github_url}}"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions