Commit c788c06
committed
fix(repos): Fix vsts sync error
The links field isn't always present. Use `webUrl` instead, and fall back to an empty url as needed
Fixes SENTRY-5NAH1 parent d4c66aa commit c788c06
File tree
3 files changed
+4
-12
lines changed- fixtures
- src/sentry/integrations/vsts
- tests/sentry/integrations/source_code_management
3 files changed
+4
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
| 140 | + | |
145 | 141 | | |
146 | 142 | | |
147 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | | - | |
445 | | - | |
446 | | - | |
| 444 | + | |
447 | 445 | | |
448 | 446 | | |
449 | 447 | | |
450 | 448 | | |
451 | 449 | | |
452 | | - | |
453 | | - | |
454 | | - | |
| 450 | + | |
455 | 451 | | |
456 | 452 | | |
457 | 453 | | |
| |||
0 commit comments