Skip to content

Commit

Permalink
mark current route as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Oct 24, 2023
1 parent 6300dc4 commit f977958
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flutter/lib/src/navigation/sentry_navigator_observer.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'package:flutter/widgets.dart';
import 'package:meta/meta.dart';

import '../../sentry_flutter.dart';
import '../event_processor/flutter_enricher_event_processor.dart';
Expand Down Expand Up @@ -90,7 +91,7 @@ class SentryNavigatorObserver extends RouteObserver<PageRoute<dynamic>> {

static String? _currentRouteName;

/// Get the current route of the observer.
@internal
static String? get currentRouteName => _currentRouteName;

@override
Expand Down

0 comments on commit f977958

Please sign in to comment.