143 Commits

Author SHA1 Message Date
Jacob Lee 1483216652 docs: Adds ttft run tree docs (#943) 2025-08-13 11:43:02 -07:00
nhuang-lc fcf5bc9093 fix: Typo on Claude Code tracing docs (#937)
Also adding a note on how OTEL events are limited in information
2025-08-12 10:29:44 -07:00
Jacob Lee ab61ac8350 docs: Update AI SDK tracing docs for Next.js (#933) 2025-08-10 08:29:47 +00:00
William FH 614162ac3e No run collector (#930) 2025-08-08 21:05:09 +00:00
William FH 7e9c4a000a chore: Rm v2 suffixes (#929) 2025-08-08 13:58:40 -07:00
William FH ca0e5bda2b Update tracing_context (#928) 2025-08-08 20:48:10 +00:00
nhuang-lc ca58071eba Fix typo (#924)
Fix typo!
2025-08-05 21:50:24 +00:00
nhuang-lc 3d47ad3e04 Docs for claude code tracing (#923)
Add docs for showing how to trace with Claude Code
2025-08-05 12:40:12 -07:00
Sam Crowder 79580f36ea add a how-to guide for the new LS trace <> LGP logs feature (#916) 2025-07-28 09:55:16 -07:00
Brian Vander Schaaf dee7ded8fd chore: additional details for bulk export permissions (#917) 2025-07-25 21:48:32 -04:00
Tanushree bafecf085a Updating headers + tracing project CTAs (#892)
Docs updates:
```- [x] Data retention
- [x] Dashboards
- [x] Alerts 
Creating
- [ x] New automation
- [x] New evaluator – DONE for online evaluators. need to check offline
- [x] New alert 
Viewing 
- [x] evaluators
- [x] automations 

- [x ] Update this page https://docs.smith.langchain.com/evaluation/how_to_guides/bind_evaluator_to_dataset which is partly covered in this PR https://github.com/langchain-ai/langsmith-docs/pull/837```

---------

Co-authored-by: eric-langchain <168655640+eric-langchain@users.noreply.github.com>
2025-07-25 11:11:16 -05:00
Tanushree 51bbc2c959 update online evals link (#912) 2025-07-24 13:25:26 -07:00
Brian Vander Schaaf e644d31103 chore: bump scheduled export version (#907)
closes ls-4140
2025-07-21 14:43:31 -04:00
Xin Jin c71cf30fe2 doc: clarify de-duplication of pager duty alert (#906)
Co-authored-by: suraj-langchain <suraj@langchain.dev>
2025-07-18 02:37:18 +00:00
angus-langchain b789186c75 add self hosted callout (#904) 2025-07-17 18:36:03 +00:00
Brian Vander Schaaf 80ab687fa0 feat: scheduled bulk exports (#903)
Co-authored-by: Kathryn May <44557882+katmayb@users.noreply.github.com>
2025-07-17 13:22:01 -04:00
Jacob Lee 78b69f4e65 docs: Add more AI SDK docs (#884)
Customize run name and metadata
2025-07-01 16:26:04 -07:00
Jacob Lee 91d1fb2542 docs: Update AI SDK tracing docs (#882)
Will update main OTEL docs once we add support in LangChain.
2025-06-30 17:21:54 -07:00
Lauren Hirata Singh 4c03574074 Add links to new Forum (#881) 2025-06-30 20:18:30 +00:00
Brian Vander Schaaf 552b358da2 chore: add docs for alternate credentials configurations (#880) 2025-06-30 15:52:44 -04:00
Lauren Hirata Singh c16e99939d Combine Trace with OpenTelemetry how-tos (#857)
Co-authored-by: Angus Jelinek <angus@langchain.dev>
2025-06-27 18:24:54 +00:00
Tanushree c9bfb89903 Add workspace key to pagerduty alert (#861) 2025-06-20 13:14:42 -07:00
Bagatur 4d10cedb2a how to specify project by API (#860) 2025-06-19 18:01:54 -07:00
Jacob Lee efe689a4f0 docs: Adds docs on LLM input rendering (#859) 2025-06-19 17:40:39 -07:00
suraj-langchain 6c7b85bdb4 add docs for filtering bulk export runs (#848)
We now support filtering runs with our query language when running a
bulk export job. This PR adds documentation to record the same.
2025-06-13 22:51:15 +00:00
Xin Jin 5b9f909c79 doc: Update otel page with Hybrid Tracing info (#850)
1. Added "info" banner about Hybrid Tracing
  
  > Since langsmith ≥ 0.4.1, 
> setting LANGSMITH_OTEL_ENABLED=true automatically adds a LangSmith
OTEK exporter and respects any existing OpenTelemetry TracerProvider or
standard OTEL environment variables you configure.
  > 
> This means enabling LANGSMITH_OTEL_ENABLED will by default send traces
to both LangSmith and your OTEL enpoint (if you have global trace
provider initiazlied). No extra code is needed for fan-out.
  > 

And 
> To disable the hybrid behavior after 0.4.1 and send traces only to
your OTEL endpoint and exclude sending to LangSmith, add an additional
env var:
  > 
  > LANGSMITH_OTEL_ONLY = "true"
  > 

2. This page is pretty long so i added a quick preview
3. I think Distributed Tracing section is an advanced usecase and a less
frequent read, so it moved it from section 2 to section 3 the last.
4. Some nit edits.
2025-06-13 12:59:51 -07:00
Jacob Lee e5ad3cafca Fix indents for howto guide (#839)
CC @lnhsingh something is wrong with our formatter
2025-06-10 17:00:56 -07:00
Tanushree 1e021f13f3 Backfill costs note (#835) 2025-06-05 15:09:00 -07:00
Tanushree ae24a7116b Filters UX Updates (#831)
Co-authored-by: eric-langchain <168655640+eric-langchain@users.noreply.github.com>
2025-06-05 15:31:18 +00:00
Isaac Francisco 56cfa3c8ee chore: add wrap_anthropic docs (#828)
Co-authored-by: Bagatur <baskaryan@gmail.com>
2025-06-03 06:10:41 -04:00
lc-chad bdffe7a134 Remove trailing comma from json exampl (#819)
Remove trailing comma to make json in provided example valid
2025-06-02 20:59:18 +00:00
Jacob Lee 66b1d14f49 docs: Adds section on custom usage reporting (#808)
Co-authored-by: isaac hershenson <ihershenson@hmc.edu>
Co-authored-by: Bagatur <baskaryan@gmail.com>
2025-06-02 16:08:35 -04:00
Bagatur d6b1ce4b1a explain feedback trace_id= arg (#815) 2025-05-28 17:34:36 -07:00
Tanushree ab486561d2 small fix to dashboards (#791) 2025-05-28 08:42:21 -07:00
angus-langchain a8d950ba30 Fix env var docs (#813) 2025-05-27 10:23:30 -07:00
angus-langchain ec2d78b354 Add all supported otel mappings (#811) 2025-05-22 16:35:05 -07:00
Alex Kira f188ee7156 Remove beta for bulk export (#809) 2025-05-22 12:48:37 -07:00
angus-langchain 469041cd06 Correct paths in collector proxy docs (#804) 2025-05-19 22:06:47 -07:00
angus-langchain a17e9efbc8 Add collector proxy docs (#802) 2025-05-19 19:00:35 +00:00
soyeon e141f5133a fix(docs): use run_type instead of runType in TS example (#799)
## 🐛 Fix typo in documentation: `runType` → `run_type`

### What’s changed
- Updated the official documentation example to use `run_type` instead
of `runType`, aligning it with the actual interface.

### Why
- The `RunTreeConfig` / `RunTree` interface only permits the `run_type`
property, so the discrepancy between the docs and the code causes type
errors.

### Notes
- This is a documentation-only change; no additional build or code
verification is required.

Co-authored-by: Sunny <sunny@un7qi3.co>
2025-05-19 10:19:43 -07:00
Jacob Lee 4212e0c51b docs: Fix typo (#801) 2025-05-19 10:16:19 -07:00
Ruyi Chiang 7f0ed23d3e Fix: Syntax error in the code example for trace_generator_functions documentation (#755)
Issue description as below:
https://github.com/langchain-ai/langsmith-docs/issues/754

Co-authored-by: Ruyi Chiang <ruyichiang@Ruyis-Air.attlocal.net>
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
2025-05-19 10:16:08 -07:00
Tanushree fe8ea96497 Correct sharing for self hosted deployments (#766) 2025-05-19 10:15:29 -07:00
Jacob Lee f525f53086 docs: Fixes for JS metadata guide (#798) 2025-05-16 13:39:09 -07:00
Tanushree 8faf50883c Dashboard updates (#781) 2025-05-09 16:36:00 -07:00
Jacob Lee 39009ec9bf docs: Adds OTEL info callout (#767) 2025-05-09 14:31:15 +00:00
Tanushree 0f3bfa7355 Remove beta messaging + add self hosted version (#763) 2025-04-21 19:02:12 -07:00
Tanushree f2096cc09a Add eu region disclaimers (#760) 2025-04-18 13:11:20 -07:00
Tanushree 0b8603e149 add-alert-preview-link (#759) 2025-04-17 18:13:23 -07:00
suraj-langchain a6d7a44a5e LSP-224: add alerts preview and filtering to docs (#753) 2025-04-15 18:58:03 +00:00