Skip to content

Commit

Permalink
Adding datadog trace (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-chiu authored Nov 22, 2024
1 parent aa1cf7c commit d06b5c7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/javaapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,16 @@ jobs:
with:
maven-version: 3.8.1

- name: Configure Datadog Test Visibility
uses: datadog/test-visibility-github-action@v2
with:
languages: java
service: lilt-java
api_key: ${{ secrets.DD_API_KEY }}
site: us5.datadoghq.com

- name: Build
run: mvn --batch-mode package
env:
DD_ENV: staging-tests
DD_CIVISIBILITY_AGENTLESS_ENABLED: true

0 comments on commit d06b5c7

Please sign in to comment.