You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add gradle task to start OTel samples (with agent) to simplify starting the samples. Currently starting involves setting up a run config with path to the agent.jar plus some ENV vars.
This would also mean we don't have to update the path to the agent.jar after each release in local run configs.
The text was updated successfully, but these errors were encountered:
Current VM options: -javaagent:"sentry-java/sentry-opentelemetry/sentry-opentelemetry-agent/build/libs/sentry-opentelemetry-agent-8.0.0.1.jar" -Dotel.javaagent.debug=true
Description
Add gradle task to start OTel samples (with agent) to simplify starting the samples. Currently starting involves setting up a run config with path to the
agent.jar
plus some ENV vars.This would also mean we don't have to update the path to the
agent.jar
after each release in local run configs.The text was updated successfully, but these errors were encountered: