Skip to content

Commit cf1a1ec

Browse files
committed
add iOS and Android availability comment
1 parent 1d16e8a commit cf1a1ec

File tree

1 file changed

+4
-1
lines changed
  • sentry-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform

1 file changed

+4
-1
lines changed

sentry-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform/SentryOptions.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ public open class SentryOptions {
6767
/** This variable controls the max attachment size in bytes */
6868
public var maxAttachmentSize: Long = 20 * 1024 * 1024
6969

70-
/** Enables or disables the attach view hierarchy feature when an error happened. */
70+
/**
71+
* Enables or disables the attach view hierarchy feature when an error happened.
72+
* This is only available on iOS and Android.
73+
*/
7174
public var attachViewHierarchy: Boolean = false
7275
}

0 commit comments

Comments
 (0)