LANGSMITH_TRACING=false
in your application’s .env
file. With tracing disabled, no data leaves your local server.localhost
connections to Studio. To work around this, run the above command with --tunnel
to access Studio via a secure tunnel.https://smith.langchain.com/studio/?baseUrl=http://127.0.0.1:2024
.http://127.0.0.1:2024
and click Connect.baseUrl
to match.
launch.json
: