You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// - Finalize Laravel package changes: check all recorders and attribute providers + middleware, especially request then TESTINg TESTIN TESTING
44
-
// In de middleware doen we rare dingen, idealiter doen we ook de gehele resolve van attributes op het einde van't request zodat onze dynamic sampling snel kan draaien
45
-
46
-
// TODO: test this on vapor:
47
-
// 1) Create a job with error
48
-
// 2) We do all tracing correctly and store some breadcrumbs
49
-
// 3) The subtask ends, so the error is sent
50
-
// 4) We're now in limbo
51
-
// 5) Error handling happens and a report is stored within the API
52
-
// 6) The shutdown function probably won't run, lifecycle won't flush the latest data
53
-
// 7) Our error is lost
54
-
// Also test tracing and exceptions on regular requests and jobs
0 commit comments