1
1
package sentrydata
2
2
3
- // https://github.com/getsentry/sentry/blob/master/src/sentry/constants.py#L223-L230
3
+ // https://github.com/getsentry/sentry/blob/master/src/sentry/constants.py#L222-L229
4
4
var LogLevels = []string {
5
5
"sample" ,
6
6
"debug" ,
@@ -10,7 +10,7 @@ var LogLevels = []string{
10
10
"fatal" ,
11
11
}
12
12
13
- // https://github.com/getsentry/sentry/blob/master/src/sentry/constants.py#L223-L230
13
+ // https://github.com/getsentry/sentry/blob/master/src/sentry/constants.py#L222-L229
14
14
var LogLevelNameToId = map [string ]string {
15
15
"sample" : "0" ,
16
16
"debug" : "10" ,
@@ -20,7 +20,7 @@ var LogLevelNameToId = map[string]string{
20
20
"fatal" : "50" ,
21
21
}
22
22
23
- // https://github.com/getsentry/sentry/blob/master/src/sentry/constants.py#L223-L230
23
+ // https://github.com/getsentry/sentry/blob/master/src/sentry/constants.py#L222-L229
24
24
var LogLevelIdToName = map [string ]string {
25
25
"0" : "sample" ,
26
26
"10" : "debug" ,
@@ -59,11 +59,11 @@ var IssueGroupCategoryNameToId = map[string]string{
59
59
"Uptime" : "7" ,
60
60
"Metric_Alert" : "8" ,
61
61
"Test_Notification" : "9" ,
62
- "Outage" : "9 " ,
63
- "Performance_Regression" : "10 " ,
64
- "User_Experience" : "11 " ,
65
- "Responsiveness" : "12 " ,
66
- "Performance_Best_Practice" : "13 " ,
62
+ "Outage" : "10 " ,
63
+ "Performance_Regression" : "11 " ,
64
+ "User_Experience" : "12 " ,
65
+ "Responsiveness" : "13 " ,
66
+ "Performance_Best_Practice" : "14 " ,
67
67
}
68
68
69
69
// https://github.com/getsentry/sentry/blob/master/src/sentry/issues/grouptype.py#L30-L66
@@ -76,11 +76,12 @@ var IssueGroupCategoryIdToName = map[string]string{
76
76
"6" : "Feedback" ,
77
77
"7" : "Uptime" ,
78
78
"8" : "Metric_Alert" ,
79
- "9" : "Outage" ,
80
- "10" : "Performance_Regression" ,
81
- "11" : "User_Experience" ,
82
- "12" : "Responsiveness" ,
83
- "13" : "Performance_Best_Practice" ,
79
+ "9" : "Test_Notification" ,
80
+ "10" : "Outage" ,
81
+ "11" : "Performance_Regression" ,
82
+ "12" : "User_Experience" ,
83
+ "13" : "Responsiveness" ,
84
+ "14" : "Performance_Best_Practice" ,
84
85
}
85
86
86
87
// https://github.com/getsentry/sentry/blob/master/src/sentry/rules/conditions/event_attribute.py#L41-L69
@@ -181,7 +182,7 @@ var LevelMatchTypes = []string{
181
182
"LESS_OR_EQUAL" ,
182
183
}
183
184
184
- // https://github.com/getsentry/sentry/blob/master/src/sentry/models/dashboard_widget.py#L49-L78
185
+ // https://github.com/getsentry/sentry/blob/master/src/sentry/models/dashboard_widget.py#L50-L79
185
186
var DashboardWidgetTypes = []string {
186
187
"discover" ,
187
188
"issue" ,
@@ -191,7 +192,7 @@ var DashboardWidgetTypes = []string{
191
192
"spans" ,
192
193
}
193
194
194
- // https://github.com/getsentry/sentry/blob/master/src/sentry/models/dashboard_widget.py#L128-L145
195
+ // https://github.com/getsentry/sentry/blob/master/src/sentry/models/dashboard_widget.py#L129-L146
195
196
var DashboardWidgetDisplayTypes = []string {
196
197
"line" ,
197
198
"area" ,
0 commit comments