Skip to content

Commit

Permalink
Add opentelemetry java agent to lib/custom
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Oct 8, 2024
1 parent bc2b8bc commit 0ce3fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/initial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ if [ "${STACK}x" = "x" ]; then
pushd lib/custom
curl -LO https://repo1.maven.org/maven2/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.jar
curl -LO https://repo1.maven.org/maven2/org/xmlresolver/xmlresolver/5.2.3/xmlresolver-5.2.3.jar
curl -LO https://repo1.maven.org/maven2/io/opentelemetry/javaagent/opentelemetry-javaagent/2.8.0/opentelemetry-javaagent-2.8.0.jar
popd

if [ "$OSTYPE" == "msys" -o "$OSTYPE" == "win32" ]
Expand Down

0 comments on commit 0ce3fde

Please sign in to comment.