Skip to content

Commit 7b25235

Browse files
committed
run format
1 parent 1733c9e commit 7b25235

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dart/test/sentry_client_test.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,10 @@ void main() {
10701070
setUp(() {
10711071
fixture = Fixture();
10721072
fixture.options.ignoreErrors = ["my-error", "^error-.*\$"];
1073-
fixture.options.ignoreTransactions = ["my-transaction", "^transaction-.*\$"];
1073+
fixture.options.ignoreTransactions = [
1074+
"my-transaction",
1075+
"^transaction-.*\$"
1076+
];
10741077
});
10751078

10761079
test('drop event if error message fully matches ignoreErrors value',

0 commit comments

Comments
 (0)