Rola Abuhasna
Rola Abuhasna
> The following are current tests that are flaky and need to be fixed: > > * [ ] `src/pages/PullRequestPage/subroute/FileExplorer/hooks/useRepoPullContentsTable.spec.js` > * [ ] `src/pages/RepoPage/CoverageTab/CoverageTab.spec.jsx` > * [ ] `src/pages/RepoPage/CoverageTab/subroute/FileExplorer/CodeTreeTable/CodeTreeTable.spec.jsx`...
Hey all, thanks for the additional context! I think it makes sense to remove references to `wrapVinxiConfigWithSentry` from both the SDK and the documentation now. As for source maps upload,...
Hey @el-buku, automatic instrumentation (without manually calling the functions) for TanStack Start’s current server setup is not yet implemented. You can read more about it in [JS-731](https://linear.app/getsentry/issue/JS-731/tanstack-starts-server-integration-doesnt-send-to-sentry). We aim to...
@codecov-ai-reviewer test
@codecov-ai-reviewer test
@codecov-ai-reviewer test
## TLDR The issue happened because plan_activated_users in https://github.com/codecov/shared/blob/main/shared/plan/service.py#L117 includes student users, while can_activate_user in https://github.com/codecov/shared/blob/main/shared/django_apps/codecov_auth/models.py#L194 excludes them. This mismatch caused the available plan logic to behave incorrectly. To fix...
Hello @m-nathani Could you provide a reproduction on that so we can look into it in detail? I tried to reproduce this but no luck
We're looking into this
***TLDR;*** * **Built‑in support:** OpenAI’s Assistants API and LangGraph provide native conversation identifiers. `thread_id` for OpenAI (returned with each message) and an internal `thread_id` in LangGraph’s runtime, making it easy...