We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cfe1f commit e693234Copy full SHA for e693234
packages/core/android/src/main/java/io/sentry/react/RNSentryStart.java
@@ -7,11 +7,11 @@
7
import com.facebook.react.common.JavascriptException;
8
import io.sentry.ILogger;
9
import io.sentry.ProfileLifecycle;
10
+import io.sentry.ScreenshotStrategyType;
11
import io.sentry.Sentry;
12
import io.sentry.SentryEvent;
13
import io.sentry.SentryLevel;
14
import io.sentry.SentryOptions.BeforeSendCallback;
-import io.sentry.ScreenshotStrategyType;
15
import io.sentry.SentryReplayOptions;
16
import io.sentry.UncaughtExceptionHandlerIntegration;
17
import io.sentry.android.core.AnrIntegration;
0 commit comments