Skip to content

feat: add LangSmith APAC region to setup and allowlist - #596

Open
Sudip Kandel (sudipawtg) wants to merge 1 commit into
langchain-ai:mainfrom
sudipawtg:sudipawtg/fix/langsmith-apac-region
Open

feat: add LangSmith APAC region to setup and allowlist#596
Sudip Kandel (sudipawtg) wants to merge 1 commit into
langchain-ai:mainfrom
sudipawtg:sudipawtg/fix/langsmith-apac-region

Conversation

@sudipawtg

Copy link
Copy Markdown

Fixes #593

LangSmith setup only offered US and EU. APAC workspaces use https://apac.api.smith.langchain.com and were missing from the wizard and host allowlist.

This change:

  • Extends LangSmithRegion with apac
  • Adds APAC to the init wizard region list
  • Persists apiBaseUrl for APAC workspaces in openwiki/.langsmith.json
  • Allowlists apac.api.smith.langchain.com in sanitizeLangSmithApiBaseUrl
  • Updates README + Vitest coverage + changeset

Verified with pnpm test (920 passed).

Offer APAC alongside US/EU in the init wizard, persist
apac.api.smith.langchain.com in committed workspace config, and allowlist
that host in sanitizeLangSmithApiBaseUrl.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: APAC Region support for LangSmith

1 participant