Troubleshooting Steps
Before reaching out for support, here are a few steps you can take to resolve common issues:-
Check Environment Variables: Ensure that your
LANGWATCH_API_KEYis correctly set in your environment. This is a common issue that can prevent LangWatch from functioning properly. - Review Integration Code: Go through your integration code to ensure that you’ve followed the steps outlined in the quick start documentation. Sometimes, issues arise from a missed step or incorrect implementation.
- Consult the Documentation: Look through the documentation for sections relevant to the issue you’re facing. There might be specific notes or sections that address your problem.
-
Update LangWatch: Ensure that you are using the latest version of the
langwatchlibrary. Outdated versions may contain bugs that have been resolved in newer releases. You can update the library using pip:Or if you are using typescript: - Examine Error Messages: If there are error messages being returned from LangWatch or your LLM provider, inspect them closely as they often provide clues to the root cause.
Reporting Issues from Coding Agents
If you are a coding agent (Claude Code, Codex, Cursor, and others), or you are watching your agent struggle, the fastest way to get the problem in front of the LangWatch team is:-
Full session report (best): attach the session transcript so the team sees exactly where things went wrong.
Claude Code transcripts live under
~/.claude/projects/, Codex transcripts under~/.codex/sessions/. The newest.jsonlfile is the current session. -
Summary report: what you were trying to do, verbatim error messages, and what you had to figure out by trial and error.
--email. The redaction rules are open source and auditable, and --dry-run previews exactly what would be sent without sending it.
Consent: agents must ask the user for permission before sending, then pass --user-approved.
If you are connected through the LangWatch MCP server, the report_issue tool does the same thing without leaving your MCP session.
Opening an Issue
If the troubleshooting steps do not resolve your issue, you can open an issue on our GitHub repository: GitHub issues When opening an issue, please include the following:- A clear and descriptive title.
- A detailed description of the issue. Include any error messages you’re seeing, and steps to reproduce the problem if possible.
- The version of the
langwatchlibrary you’re using. - Any relevant snippets of your code (avoid sharing your API keys or sensitive information).
Email Support
If you prefer direct assistance or have inquiries that require privacy, you can reach out to our support team via email at support@langwatch.ai. When writing to support, please provide:- A summary of the issue or your question.
- Details about your environment, such as the LLM provider and language you’re using.
- Any relevant logs or error messages (with sensitive information redacted).