@@ -241,7 +241,7 @@ void main() {
241
241
await expectLater (() async => await db.close (), throwsException);
242
242
243
243
final breadcrumb = fixture.hub.scope.breadcrumbs.first;
244
- expect (breadcrumb.data? ['status' ], 'internalError ' );
244
+ expect (breadcrumb.data? ['status' ], 'internal_error ' );
245
245
expect (breadcrumb.type, 'error' );
246
246
expect (breadcrumb.level, SentryLevel .error);
247
247
});
@@ -280,7 +280,7 @@ void main() {
280
280
);
281
281
282
282
final breadcrumb = fixture.hub.scope.breadcrumbs.first;
283
- expect (breadcrumb.data? ['status' ], 'internalError ' );
283
+ expect (breadcrumb.data? ['status' ], 'internal_error ' );
284
284
expect (breadcrumb.type, 'error' );
285
285
expect (breadcrumb.level, SentryLevel .error);
286
286
});
@@ -1006,7 +1006,7 @@ void main() {
1006
1006
);
1007
1007
1008
1008
final breadcrumb = fixture.hub.scope.breadcrumbs.first;
1009
- expect (breadcrumb.data? ['status' ], 'internalError ' );
1009
+ expect (breadcrumb.data? ['status' ], 'internal_error ' );
1010
1010
expect (breadcrumb.type, 'error' );
1011
1011
expect (breadcrumb.level, SentryLevel .error);
1012
1012
});
@@ -1022,7 +1022,7 @@ void main() {
1022
1022
);
1023
1023
1024
1024
final breadcrumb = fixture.hub.scope.breadcrumbs.first;
1025
- expect (breadcrumb.data? ['status' ], 'internalError ' );
1025
+ expect (breadcrumb.data? ['status' ], 'internal_error ' );
1026
1026
expect (breadcrumb.type, 'error' );
1027
1027
expect (breadcrumb.level, SentryLevel .error);
1028
1028
});
@@ -1039,7 +1039,7 @@ void main() {
1039
1039
);
1040
1040
1041
1041
final breadcrumb = fixture.hub.scope.breadcrumbs.first;
1042
- expect (breadcrumb.data? ['status' ], 'internalError ' );
1042
+ expect (breadcrumb.data? ['status' ], 'internal_error ' );
1043
1043
expect (breadcrumb.type, 'error' );
1044
1044
expect (breadcrumb.level, SentryLevel .error);
1045
1045
});
@@ -1055,7 +1055,7 @@ void main() {
1055
1055
);
1056
1056
1057
1057
final breadcrumb = fixture.hub.scope.breadcrumbs.first;
1058
- expect (breadcrumb.data? ['status' ], 'internalError ' );
1058
+ expect (breadcrumb.data? ['status' ], 'internal_error ' );
1059
1059
expect (breadcrumb.type, 'error' );
1060
1060
expect (breadcrumb.level, SentryLevel .error);
1061
1061
});
@@ -1071,7 +1071,7 @@ void main() {
1071
1071
);
1072
1072
1073
1073
final breadcrumb = fixture.hub.scope.breadcrumbs.first;
1074
- expect (breadcrumb.data? ['status' ], 'internalError ' );
1074
+ expect (breadcrumb.data? ['status' ], 'internal_error ' );
1075
1075
expect (breadcrumb.type, 'error' );
1076
1076
expect (breadcrumb.level, SentryLevel .error);
1077
1077
});
@@ -1087,7 +1087,7 @@ void main() {
1087
1087
);
1088
1088
1089
1089
final breadcrumb = fixture.hub.scope.breadcrumbs.first;
1090
- expect (breadcrumb.data? ['status' ], 'internalError ' );
1090
+ expect (breadcrumb.data? ['status' ], 'internal_error ' );
1091
1091
expect (breadcrumb.type, 'error' );
1092
1092
expect (breadcrumb.level, SentryLevel .error);
1093
1093
});
@@ -1103,7 +1103,7 @@ void main() {
1103
1103
);
1104
1104
1105
1105
final breadcrumb = fixture.hub.scope.breadcrumbs.first;
1106
- expect (breadcrumb.data? ['status' ], 'internalError ' );
1106
+ expect (breadcrumb.data? ['status' ], 'internal_error ' );
1107
1107
expect (breadcrumb.type, 'error' );
1108
1108
expect (breadcrumb.level, SentryLevel .error);
1109
1109
});
@@ -1119,7 +1119,7 @@ void main() {
1119
1119
);
1120
1120
1121
1121
final breadcrumb = fixture.hub.scope.breadcrumbs.first;
1122
- expect (breadcrumb.data? ['status' ], 'internalError ' );
1122
+ expect (breadcrumb.data? ['status' ], 'internal_error ' );
1123
1123
expect (breadcrumb.type, 'error' );
1124
1124
expect (breadcrumb.level, SentryLevel .error);
1125
1125
});
@@ -1136,7 +1136,7 @@ void main() {
1136
1136
);
1137
1137
1138
1138
final breadcrumb = fixture.hub.scope.breadcrumbs.first;
1139
- expect (breadcrumb.data? ['status' ], 'internalError ' );
1139
+ expect (breadcrumb.data? ['status' ], 'internal_error ' );
1140
1140
expect (breadcrumb.type, 'error' );
1141
1141
expect (breadcrumb.level, SentryLevel .error);
1142
1142
});
@@ -1152,7 +1152,7 @@ void main() {
1152
1152
);
1153
1153
1154
1154
final breadcrumb = fixture.hub.scope.breadcrumbs.first;
1155
- expect (breadcrumb.data? ['status' ], 'internalError ' );
1155
+ expect (breadcrumb.data? ['status' ], 'internal_error ' );
1156
1156
expect (breadcrumb.type, 'error' );
1157
1157
expect (breadcrumb.level, SentryLevel .error);
1158
1158
});
@@ -1169,7 +1169,7 @@ void main() {
1169
1169
);
1170
1170
1171
1171
final breadcrumb = fixture.hub.scope.breadcrumbs.first;
1172
- expect (breadcrumb.data? ['status' ], 'internalError ' );
1172
+ expect (breadcrumb.data? ['status' ], 'internal_error ' );
1173
1173
expect (breadcrumb.type, 'error' );
1174
1174
expect (breadcrumb.level, SentryLevel .error);
1175
1175
});
0 commit comments