Skip to content

Commit

Permalink
Fix binding wrapper export (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman authored Jan 23, 2023
1 parent 16ab023 commit 1823099
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- Remove deprecated field from the `SentryFlutterOptions` class.
- `anrTimeoutIntervalMillis`, using the `anrTimeoutInterval` instead.
- `autoSessionTrackingIntervalMillis`, using the `autoSessionTrackingInterval` instead.
- Fix export for `BindingWrapper` ([#1234](https://github.com/getsentry/sentry-dart/pull/1234))

### Dependencies

Expand Down
1 change: 1 addition & 0 deletions flutter/lib/sentry_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export 'src/sentry_asset_bundle.dart';
export 'src/integrations/on_error_integration.dart';
export 'src/screenshot/sentry_screenshot_widget.dart';
export 'src/user_interaction/sentry_user_interaction_widget.dart';
export 'src/binding_wrapper.dart';
2 changes: 1 addition & 1 deletion flutter/lib/src/binding_wrapper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:meta/meta.dart';
import '../sentry_flutter.dart';

/// The methods and properties are modelled after the the real binding class.
@internal
@experimental
class BindingWrapper {
final Hub _hub;

Expand Down

0 comments on commit 1823099

Please sign in to comment.