protected static final class DefaultSentryClientFactory.DaemonThreadFactory extends Object implements ThreadFactory
Those (usually) low priority threads will allow to send event details to sentry concurrently without slowing down the main application.
public Thread newThread(Runnable r)
newThread
in interface ThreadFactory
Copyright © 2012–2019. All rights reserved.