Commit dc55a27
feat(web): add PostHog events for user creation and Ask GitHub login wall
- Add `wa_user_created` event fired on successful user sign-up
- Add `wa_askgh_login_wall_prompted` event fired when an unauthenticated
user attempts to ask a question on Ask GitHub and is shown the login modal
- Add debug logging to server-side PostHog event capture
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ac42507 commit dc55a27
2 files changed
Lines changed: 4 additions & 0 deletions
File tree
- packages/web/src
- app/[domain]/askgh/[owner]/[repo]/components
- lib
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
| 235 | + | |
234 | 236 | | |
235 | 237 | | |
236 | 238 | | |
| |||
0 commit comments