Skip to content

Commit 322aa66

Browse files
uemanmarandaneto
andauthored
Split up Flutter's default_integrations.dart into one file for each integration (#1037)
Co-authored-by: Manoel Aranda Neto <[email protected]>
1 parent e187bee commit 322aa66

23 files changed

+1451
-1239
lines changed

flutter/lib/sentry_flutter.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// A Flutter client for Sentry.io crash reporting.
22
export 'package:sentry/sentry.dart';
33

4-
export 'src/default_integrations.dart';
4+
export 'src/integrations/load_release_integration.dart';
55
export 'src/navigation/sentry_navigator_observer.dart';
66
export 'src/sentry_flutter.dart';
77
export 'src/sentry_flutter_options.dart';

0 commit comments

Comments
 (0)