@elizaos/server 1.5.9-alpha.9 → 1.5.9-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -211,6 +211,7 @@ Set these to enable Sentry error reporting:
211
211
  - `SENTRY_TRACES_SAMPLE_RATE` - Number between 0 and 1 to enable tracing (optional; default 0)
212
212
 
213
213
  When `SENTRY_DSN` is present, the server:
214
+
214
215
  - Initializes Sentry during startup
215
216
  - Captures API handler exceptions with route and request context
216
217
  - Captures `uncaughtException` and `unhandledRejection` at the process level