Skip to content

Commit

Permalink
Split up Flutter's default_integrations.dart into one file for each…
Browse files Browse the repository at this point in the history
… integration (#1037)

Co-authored-by: Manoel Aranda Neto <[email protected]>
  • Loading branch information
ueman and marandaneto authored Oct 14, 2022
1 parent e187bee commit 322aa66
Show file tree
Hide file tree
Showing 23 changed files with 1,451 additions and 1,239 deletions.
2 changes: 1 addition & 1 deletion flutter/lib/sentry_flutter.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// A Flutter client for Sentry.io crash reporting.
export 'package:sentry/sentry.dart';

export 'src/default_integrations.dart';
export 'src/integrations/load_release_integration.dart';
export 'src/navigation/sentry_navigator_observer.dart';
export 'src/sentry_flutter.dart';
export 'src/sentry_flutter_options.dart';
Expand Down
Loading

0 comments on commit 322aa66

Please sign in to comment.