bolt.diy/app/lib
Chris Toshok d81ab41688
warn that otel wasn't initialized properly, every time we would have sent a span (#30)
The log should contain a warning showing the following once at startup:
```
OpenTelemetry initialization skipped: HONEYCOMB_API_KEY and/or HONEYCOMB_DATASET not set
```
and every time a span would have been created:
```
OpenTelemetry not initialized, skipping span creation
```

Also sneak in a `service.version` attribute that is `${__APP_VERSION}; ${__COMMIT_HASH}`.  e.g.:
![image](https://github.com/user-attachments/assets/6f111cb1-8fb9-46c4-9bd8-24bdd08650ab)
2025-02-18 12:00:38 -08:00
..
.server warn that otel wasn't initialized properly, every time we would have sent a span (#30) 2025-02-18 12:00:38 -08:00
common Avoid losing code when prompting AI (#24) 2025-02-13 09:36:22 -08:00
hooks Fix issues around rewinding (#28) 2025-02-18 11:39:44 -08:00
modules/llm fix: bugfix in fetching API Key on base llm provider. (#1063) 2025-01-12 21:54:45 +05:30
persistence Fix assorted problems (#27) 2025-02-14 14:27:20 -08:00
replay Fix issues around rewinding (#28) 2025-02-18 11:39:44 -08:00
runtime Improve support for streaming simulation data to backend (#16) 2025-02-07 11:52:19 -08:00
stores Fix issues around rewinding (#28) 2025-02-18 11:39:44 -08:00
webcontainer More resilient preview script injection and postMessage communication (#12) 2025-02-04 20:45:18 +01:00
asyncSuspenseValue.ts Avoid top level await to fix execution and full module initialization race condition (#9) 2025-01-21 17:52:38 +01:00
crypto.ts fix: remove monorepo 2024-09-25 19:54:09 +01:00
fetch.ts fix: remove monorepo 2024-09-25 19:54:09 +01:00