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 1d16e8a commit cf1a1ecCopy full SHA for cf1a1ec
sentry-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform/SentryOptions.kt
@@ -67,6 +67,9 @@ public open class SentryOptions {
67
/** This variable controls the max attachment size in bytes */
68
public var maxAttachmentSize: Long = 20 * 1024 * 1024
69
70
- /** Enables or disables the attach view hierarchy feature when an error happened. */
+ /**
71
+ * Enables or disables the attach view hierarchy feature when an error happened.
72
+ * This is only available on iOS and Android.
73
+ */
74
public var attachViewHierarchy: Boolean = false
75
}
0 commit comments