setup

fun setup(body: SentryAdapter.() -> Unit)

Register the function in charge of setting up the SentryAdapter, by calling its setup function. You can use this if you need to pass extra parameters to the setup function, but make sure you pass everything that's required.