Skip to content

Commit

Permalink
add comment for quality
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhaintz committed Nov 15, 2024
1 parent de3550c commit cc1d836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/lib/src/screenshot/sentry_screenshot_quality.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ enum SentryScreenshotQuality {
int? targetResolution() {
switch (this) {
case SentryScreenshotQuality.full:
return null; // Use device resolution
return null; // Uses the device pixel ratio to scale the screenshot
case SentryScreenshotQuality.high:
return 1920;
case SentryScreenshotQuality.medium:
Expand Down

0 comments on commit cc1d836

Please sign in to comment.