applicationPackages

@JvmName(name = "hnbmaoourpqirhva")
suspend fun applicationPackages(value: Output<List<String>>)
@JvmName(name = "bfpistpwdsvwejkb")
suspend fun applicationPackages(value: List<String>?)

Parameters

value

Specifies a list of the packages which should be used to determine whether a stack trace frame is an in-app frame or a library frame. This is a comma separated list of package names.


@JvmName(name = "lvitfbucsmcjaqop")
suspend fun applicationPackages(vararg values: Output<String>)


@JvmName(name = "ysbjrgstqmijtaoo")
suspend fun applicationPackages(values: List<Output<String>>)
@JvmName(name = "tveaeuttyuxwkpxv")
suspend fun applicationPackages(vararg values: String)

Parameters

values

Specifies a list of the packages which should be used to determine whether a stack trace frame is an in-app frame or a library frame. This is a comma separated list of package names.