Skip to content

Commit

Permalink
Try with tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Mar 28, 2023
1 parent 595ab96 commit b5201fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ commands_pre =

protobuf: pip install {toxinidir}/opentelemetry-proto

getting-started: git fetch --tags
getting-started: pip install requests==2.26.0 flask==2.0.1
getting-started: export GIT_TRACE=1
getting-started: export GIT_TRACE_SETUP=true
getting-started: pip install -e "{env:CONTRIB_REPO}#egg=opentelemetry-util-http&subdirectory=util/opentelemetry-util-http"
getting-started: pip install -e "{env:CONTRIB_REPO}#egg=opentelemetry-instrumentation&subdirectory=opentelemetry-instrumentation"
getting-started: pip install -e "{env:CONTRIB_REPO}#egg=opentelemetry-instrumentation-requests&subdirectory=instrumentation/opentelemetry-instrumentation-requests"
Expand Down

0 comments on commit b5201fe

Please sign in to comment.