Skip to content

Commit 7f87b40

Browse files
authored
feat: add gitlab defect tracker type (#128)
1 parent ce89056 commit 7f87b40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crash/crash-details/crash-details.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export enum DefectTrackerType {
2020
GitHub = 'GitHub',
2121
Assembla = 'Assembla',
2222
Monday = 'Monday',
23+
GitLab = 'GitLab',
2324
}
2425

2526
export interface CrashDetails {

0 commit comments

Comments
 (0)