Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
import async
  • Loading branch information
marandaneto committed Oct 26, 2020
commit dc5e67b97a6c1ec3d46fdbba63d58afc19e20131
1 change: 1 addition & 0 deletions dart/lib/src/hub_adapter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import 'package:sentry/src/protocol/breadcrumb.dart';
import 'package:sentry/src/client.dart';
import 'package:sentry/src/sentry.dart';
import 'hub.dart';
import 'dart:async';

/// Hub adapter to make Integrations testable
class HubAdapter implements Hub {
Expand Down
1 change: 1 addition & 0 deletions dart/test/hub_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import 'package:mockito/mockito.dart';
import 'package:sentry/sentry.dart';
import 'package:sentry/src/hub.dart';
import 'package:test/test.dart';
import 'dart:async';

import 'mocks.dart';

Expand Down