Skip to content

Commit cea12c5

Browse files
committed
Update
1 parent e3c227f commit cea12c5

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

flutter/example/integration_test/integration_test.dart

-6
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,8 @@ void main() {
132132
testWidgets('setup sentry and start transaction', (tester) async {
133133
await setupSentryAndApp(tester);
134134

135-
print('here');
136135
final transaction = Sentry.startTransaction('transaction', 'test');
137-
138-
print('here2');
139-
140136
await transaction.finish();
141-
142-
print('here3');
143137
});
144138

145139
testWidgets('setup sentry and start transaction with context',

flutter/example/lib/main.dart

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ Future<void> setupSentry(
8080
// going to log too much for your app, but can be useful when figuring out
8181
// configuration issues, e.g. finding out why your events are not uploaded.
8282
options.debug = true;
83-
options.spotlight = Spotlight(enabled: true);
8483

8584
options.maxRequestBodySize = MaxRequestBodySize.always;
8685
options.maxResponseBodySize = MaxResponseBodySize.always;

0 commit comments

Comments
 (0)