Skip to content

Commit afacc83

Browse files
author
Sébastien Henau
committed
docs: update vue improvements docs
1 parent dd3a366 commit afacc83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.claude/docs/projects-vue-improvements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
## Planned tasks (Vue-only features)
1818

1919
- [x] Capture component props from the erroring component instance
20-
- [~] Capture lifecycle hook / origin info (where the error occurred) — `info` string is sent as `context.vue.info`, but
21-
normalized `errorOrigin` category is not yet implemented
20+
- [x] Capture lifecycle hook / origin info (where the error occurred) — `info` string is sent as `context.vue.info`,
21+
normalized `errorOrigin` category maps info to `setup`, `render`, `lifecycle`, `event`, `watcher`, or `unknown`
2222
- [x] Component hierarchy traversal via `$parent` chain
2323
- [ ] `app.config.warnHandler` integration for capturing Vue warnings
2424
- [ ] Vue Router integration: capture current route as context

0 commit comments

Comments
 (0)