Skip to content

Commit

Permalink
analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Jan 22, 2025
1 parent 488700c commit 1005d6b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dart/test/sentry_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -501,10 +501,11 @@ void main() {

test('throw is handled and logged', () async {
// Use release mode in platform checker to avoid additional log
final sentryOptions = defaultTestOptions(FakePlatformChecker.releaseMode())
..automatedTestMode = false
..debug = true
..logger = fixture.mockLogger;
final sentryOptions =
defaultTestOptions(FakePlatformChecker.releaseMode())
..automatedTestMode = false
..debug = true
..logger = fixture.mockLogger;

final exception = Exception("Exception in options callback");
await Sentry.init(
Expand Down

0 comments on commit 1005d6b

Please sign in to comment.