Skip to content
Prev Previous commit
Next Next commit
update
  • Loading branch information
buenaflor committed Jan 25, 2024
commit 4168230c5e5fe79970f13986fb37db1e82d79a8b
2 changes: 0 additions & 2 deletions flutter/test/sentry_widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ void main() {
class Fixture {
// SentryWidget uses an internal static flutterOptions reference to get the options
final _options = SentryFlutter.flutterOptions;
final _transport = MockTransport();
late Hub hub;

SentryWidget getSut({
Expand All @@ -108,7 +107,6 @@ class Fixture {
bool attachScreenshot = true,
}) {
_options.dsn = fakeDsn;
_options.transport = _transport;
_options.attachScreenshot = attachScreenshot;
_options.enableUserInteractionTracing = enableUserInteractionTracing;
_options.enableUserInteractionBreadcrumbs =
Expand Down