arunshankar87

Results 2 comments of arunshankar87

Thanks to @marandaneto, was able to achieve this. Just putting the steps if it can help others 1.7.27 Creating a client instance ``` SentryClient client = new AndroidSentryClientFactory(context).createSentryClient(new Dsn(dsn)); ```...

@alexandresoler yeah it doesn't come by default. We need to set the DefaultAndroidEventProcessor as options, and that would include all the system properties to come through. But DefaultAndroidEventProcessor is not...