Skip to content

Migration research-sentry to Tinyfish SDK#204

Merged
simantak-dabhade merged 2 commits into
tinyfish-io:mainfrom
KrishnaAgarwal7531:research
May 19, 2026
Merged

Migration research-sentry to Tinyfish SDK#204
simantak-dabhade merged 2 commits into
tinyfish-io:mainfrom
KrishnaAgarwal7531:research

Conversation

@KrishnaAgarwal7531
Copy link
Copy Markdown
Contributor

Migrates Research Sentry to the official TinyFish SDK and fixes the error handling that was swallowing all failure modes as silent null returns. The library now throws a typed TinyFishError with a code field — missing key, run failed, timeout, stream error, and no result are all distinguishable by the caller.
Also cleans up leftover traces of the old OpenAI dependency — the app uses Groq for all LLM calls and transcription (including Whisper via Groq's endpoint), not OpenAI. README, tech stack table, and env file all updated to reflect this. .env.local.example renamed to .env.example per the cookbook convention, and bare .env added to .gitignore so a cp .env.example .env workflow doesn't leak keys.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 15, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: b1654b8e-a635-4650-9530-b38030a9fe8f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@simantak-dabhade simantak-dabhade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean migration. Fixed optional chaining on comparison.points, removed next-env.d.ts, fixed README typos. Build passes.

@simantak-dabhade simantak-dabhade merged commit b52dd8c into tinyfish-io:main May 19, 2026
3 checks passed
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.

3 participants