bolt.diy/app
Chris Toshok af4c405620
[PRO-973] basic o11y around anthropic api calls (#22)
add some otel initialization, pointing at honeycomb + a function to wrap other functions with spans.  use that function to wrap `callAnthropic` and add some context (number of messages sent, token usage, along with some metadata should we ever support other providers.)

The honeycomb api key/dataset are to be passed via env vars `HONEYCOMB_API_KEY` and `HONEYCOMB_DATASET` respectively.
2025-02-18 10:06:20 -08:00
..
components Fix assorted problems (#27) 2025-02-14 14:27:20 -08:00
lib [PRO-973] basic o11y around anthropic api calls (#22) 2025-02-18 10:06:20 -08:00
routes Avoid losing code when prompting AI (#24) 2025-02-13 09:36:22 -08:00
styles Update backend APIs for doing simulation based prompting (#7) 2025-01-20 08:03:25 -08:00
types feat: catch errors from web container preview and show in actionable alert so user can send them to AI for fixing (#856) 2024-12-25 03:05:44 +05:30
utils Avoid losing code when prompting AI (#24) 2025-02-13 09:36:22 -08:00
entry.client.tsx
entry.server.tsx fix: updated logger and model caching minor bugfix #release (#895) 2024-12-31 22:47:32 +05:30
root.tsx
vite-env.d.ts refactor: updated vite config to inject add version metadata into the app on build (#841) 2024-12-21 01:03:28 +05:30