about summary refs log tree commit diff
path: root/src/state/session/logging.ts
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade API, implement XRPC rework (#4857)Hailey2024-08-121-1/+1
| | | | Co-authored-by: Matthieu Sieben <matthieu.sieben@gmail.com>
* [Session] Include stack with the debug event (#4763)dan2024-07-101-1/+6
|
* Rename session event, scope to errors (#4761)dan2024-07-091-2/+2
|
* Log session events unconditionally (#4758)dan2024-07-091-1/+13
|
* [Session] Logging (#4476)dan2024-06-201-0/+137
* Add session logging (console.log) * Hook it up for real * Send type separately