question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing jar in Release v0.98.0 breaks https://dtdg.co/latest-java-tracer

See original GitHub issue

The Add assets to release workflow did not run for Release v0.98.0. The https://dtdg.co/latest-java-tracer link no longer works because the jar hasn’t been added to the release.

$ curl --location -i https://dtdg.co/latest-java-tracer
HTTP/2 302
[...]
location: https://github.com/DataDog/dd-trace-java/releases/latest/download/dd-java-agent.jar

HTTP/2 302
[...]
location: https://github.com/DataDog/dd-trace-java/releases/download/v0.98.0/dd-java-agent.jar

HTTP/2 404
[...]

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:6
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
devinsbacommented, Mar 25, 2022

I delete the release notes for 0.98.0 so the latest link will work again. I think we will have to manually recreate the release

1reaction
devinsbacommented, Mar 28, 2022

I’ve updated our release process to add a step where we mark the release as pre-release until the workflow runs, then we will promote it to the latest release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found