File tree 2 files changed +0
-7
lines changed
2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -132,14 +132,8 @@ void main() {
132
132
testWidgets ('setup sentry and start transaction' , (tester) async {
133
133
await setupSentryAndApp (tester);
134
134
135
- print ('here' );
136
135
final transaction = Sentry .startTransaction ('transaction' , 'test' );
137
-
138
- print ('here2' );
139
-
140
136
await transaction.finish ();
141
-
142
- print ('here3' );
143
137
});
144
138
145
139
testWidgets ('setup sentry and start transaction with context' ,
Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ Future<void> setupSentry(
80
80
// going to log too much for your app, but can be useful when figuring out
81
81
// configuration issues, e.g. finding out why your events are not uploaded.
82
82
options.debug = true ;
83
- options.spotlight = Spotlight (enabled: true );
84
83
85
84
options.maxRequestBodySize = MaxRequestBodySize .always;
86
85
options.maxResponseBodySize = MaxResponseBodySize .always;
You can’t perform that action at this time.
0 commit comments