Sentry Help Kotlin

Hi,

I am using sentry for android using the kotlin programming language and have a couple questions. First off, looking at your docs for android, it shows a class SentryAndroid() but I do not see that class in kotlin. Is this SentryAndroid() in kotlin? Or just in the java library? The sentry version I am using is 1.7.30. The reason I want to know if I SentryAndroid() is in kotlin is because I want to filter some of the events being sent. How could I filter some automatic events being sent in kotlin without using SentryAndroid()?

Thanks for the help