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
Update
  • Loading branch information
buenaflor committed Aug 5, 2025
commit 412240d794f985a5770dc0cace6f784a2efeb433
2 changes: 1 addition & 1 deletion packages/logging/lib/sentry_logging.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
library;

export '../../../logging/lib/src/logging_integration.dart';
export 'src/logging_integration.dart';
2 changes: 1 addition & 1 deletion packages/logging/test/mock_hub.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'package:meta/meta.dart';

import 'package:sentry/sentry.dart';

import '../../../logging/test/no_such_method_provider.dart';
import 'no_such_method_provider.dart';

final fakeDsn = 'https://[email protected]/1234567';

Expand Down
Loading