Chris Toshok c52ae1f9da Fix otel errors (#31)
Running the prior code in wrangler (but _not_ `npm run dev`) was generating errors during otel initialization.  I was ultimately unable to figure out why, or how to fix them:

```
  (warn) Initializing OpenTelemetry
  (error) Error initializing OpenTelemetry TypeError: Class constructor OTLPExporterBase2 cannot be invoked without 'new'
```

In the end, it was easier to just boil the ocean a little:  With claude's help, write a custom otlp exporter and use that.  Also use BasicTracerProvider instead of WebTracerProvider.

This version is enough to generate spans from within local wrangler.
2025-02-18 16:18:03 -08:00
2025-02-18 12:41:20 -08:00
2025-02-18 16:18:03 -08:00
2024-09-25 19:54:09 +01:00
2024-09-25 19:54:09 +01:00
2024-10-25 12:36:38 +06:00
2024-07-25 14:03:38 +01:00
2024-12-13 13:42:07 -05:00
2024-07-11 16:20:57 +02:00
2024-07-11 16:20:57 +02:00
2024-07-11 21:25:19 +02:00
2024-09-25 19:54:09 +01:00
2024-12-31 22:28:11 +00:00
2024-12-20 09:37:34 -05:00
2024-12-20 09:37:34 -05:00
2024-09-25 19:54:09 +01:00
2025-02-18 16:18:03 -08:00
2025-02-18 16:18:03 -08:00
2025-01-07 19:53:04 +01:00
2025-02-18 11:19:24 -08:00

Nut

Nut is an open source fork of Bolt.new for helping you develop full stack apps using AI. AI developers frequently struggle with fixing even simple bugs when they don't know the cause, and get stuck making ineffective changes over and over. We want to crack these tough nuts, so to speak, so you can get back to building.

When you ask Nut to fix a bug, it creates a Replay.io recording of your app and whatever you did to produce the bug. The recording captures all the runtime behavior of your app, which is analyzed to explain the bug's root cause. This explanation is given to the AI developer so it has context to write a good fix.

Setup

pnpm install
pnpm build
./node_modules/.bin/wrangler pages dev
Description
No description provided
Readme 42 MiB
Languages
TypeScript 97.4%
SCSS 1.5%
JavaScript 0.7%
Shell 0.2%
Dockerfile 0.1%