Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Oct 8, 2024
1 parent dcb6dcb commit f4a68a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sentry/src/main/java/io/sentry/SentryReplayOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ public final class SentryReplayOptions {
public static final String VIDEO_VIEW_CLASS_NAME = "android.widget.VideoView";
public static final String ANDROIDX_MEDIA_VIEW_CLASS_NAME = "androidx.media3.ui.PlayerView";
public static final String EXOPLAYER_CLASS_NAME = "com.google.android.exoplayer2.ui.PlayerView";
public static final String EXOPLAYER_STYLED_CLASS_NAME = "com.google.android.exoplayer2.ui.StyledPlayerView";
public static final String EXOPLAYER_STYLED_CLASS_NAME =
"com.google.android.exoplayer2.ui.StyledPlayerView";

public enum SentryReplayQuality {
/** Video Scale: 80% Bit Rate: 50.000 */
Expand Down

0 comments on commit f4a68a8

Please sign in to comment.