Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ void main() {
// By default it should load all debug images
final allDebugImages = await SentryFlutter.native
?.loadDebugImages(SentryStackTrace(frames: const []));
expect(allDebugImages, isNotNull);
// Typically loading all images results in a larger numbers
expect(allDebugImages!.length > 100, isTrue);

Expand Down
Loading