File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
packages/flutter/android/src/main/kotlin/io/sentry/flutter Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,8 @@ import io.flutter.plugin.common.MethodChannel.MethodCallHandler
1515import io.flutter.plugin.common.MethodChannel.Result
1616import io.sentry.Breadcrumb
1717import io.sentry.DateUtils
18- import io.sentry.JsonObjectDeserializer
19- import io.sentry.JsonObjectReader
20- import io.sentry.ObjectReader
2118import io.sentry.ScopesAdapter
2219import io.sentry.Sentry
23- import io.sentry.SentryOptions
2420import io.sentry.android.core.InternalSentrySdk
2521import io.sentry.android.core.SentryAndroid
2622import io.sentry.android.core.SentryAndroidOptions
@@ -33,7 +29,6 @@ import io.sentry.protocol.User
3329import io.sentry.transport.CurrentDateProvider
3430import org.json.JSONObject
3531import org.json.JSONArray
36- import java.io.StringReader
3732import java.lang.ref.WeakReference
3833import kotlin.math.roundToInt
3934
You can’t perform that action at this time.
0 commit comments