Files
bolt.diy/app/lib
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 16:18:03 -08:00
2025-02-18 11:39:44 -08:00
2025-02-14 14:27:20 -08:00
2025-02-18 15:16:33 -08:00
2025-02-18 11:39:44 -08:00
2024-09-25 19:54:09 +01:00
2024-09-25 19:54:09 +01:00