Commit 5e69ee4
committed
feat(breadcrumbs): add Breadcrumb and related enums to event type definitions
- Introduced BreadcrumbLevel and BreadcrumbType enums for categorizing breadcrumbs.
- Added Breadcrumb type to represent events leading up to errors, including fields for timestamp, type, category, message, severity level, and associated data.
- Updated EventPayload to include a breadcrumbs field for tracking chronological events before an error.1 parent 47936e2 commit 5e69ee4
1 file changed
+66
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
119 | 177 | | |
120 | 178 | | |
121 | 179 | | |
| |||
174 | 232 | | |
175 | 233 | | |
176 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
177 | 240 | | |
178 | 241 | | |
179 | 242 | | |
| |||
337 | 400 | | |
338 | 401 | | |
339 | 402 | | |
340 | | - | |
| 403 | + | |
341 | 404 | | |
342 | | - | |
| 405 | + | |
343 | 406 | | |
344 | 407 | | |
345 | 408 | | |
| |||
453 | 516 | | |
454 | 517 | | |
455 | 518 | | |
456 | | - | |
| 519 | + | |
457 | 520 | | |
458 | 521 | | |
459 | 522 | | |
| |||
0 commit comments