We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb6dcb commit f4a68a8Copy full SHA for f4a68a8
sentry/src/main/java/io/sentry/SentryReplayOptions.java
@@ -15,7 +15,8 @@ public final class SentryReplayOptions {
15
public static final String VIDEO_VIEW_CLASS_NAME = "android.widget.VideoView";
16
public static final String ANDROIDX_MEDIA_VIEW_CLASS_NAME = "androidx.media3.ui.PlayerView";
17
public static final String EXOPLAYER_CLASS_NAME = "com.google.android.exoplayer2.ui.PlayerView";
18
- public static final String EXOPLAYER_STYLED_CLASS_NAME = "com.google.android.exoplayer2.ui.StyledPlayerView";
+ public static final String EXOPLAYER_STYLED_CLASS_NAME =
19
+ "com.google.android.exoplayer2.ui.StyledPlayerView";
20
21
public enum SentryReplayQuality {
22
/** Video Scale: 80% Bit Rate: 50.000 */
0 commit comments