Class PolarisSentryClientFactory


  • public class PolarisSentryClientFactory
    extends io.sentry.DefaultSentryClientFactory
    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.sentry.DefaultSentryClientFactory

        io.sentry.DefaultSentryClientFactory.DaemonThreadFactory
    • Field Summary

      • Fields inherited from class io.sentry.DefaultSentryClientFactory

        ASYNC_GRACEFUL_SHUTDOWN_OPTION, ASYNC_OPTION, ASYNC_PRIORITY_OPTION, ASYNC_QUEUE_DISCARDNEW, ASYNC_QUEUE_DISCARDOLD, ASYNC_QUEUE_OVERFLOW_DEFAULT, ASYNC_QUEUE_OVERFLOW_OPTION, ASYNC_QUEUE_SIZE_OPTION, ASYNC_QUEUE_SYNC, ASYNC_SHUTDOWN_TIMEOUT_DEFAULT, ASYNC_SHUTDOWN_TIMEOUT_OPTION, ASYNC_THREADS_OPTION, BUFFER_DIR_OPTION, BUFFER_ENABLED_DEFAULT, BUFFER_ENABLED_OPTION, BUFFER_FLUSHTIME_DEFAULT, BUFFER_FLUSHTIME_OPTION, BUFFER_GRACEFUL_SHUTDOWN_OPTION, BUFFER_SHUTDOWN_TIMEOUT_DEFAULT, BUFFER_SHUTDOWN_TIMEOUT_OPTION, BUFFER_SIZE_DEFAULT, BUFFER_SIZE_OPTION, COMPRESSION_OPTION, CONNECTION_TIMEOUT_DEFAULT, CONNECTION_TIMEOUT_OPTION, DIST_OPTION, ENVIRONMENT_OPTION, EXTRA_OPTION, EXTRATAGS_OPTION, HIDE_COMMON_FRAMES_OPTION, HTTP_PROXY_HOST_OPTION, HTTP_PROXY_PASS_OPTION, HTTP_PROXY_PORT_DEFAULT, HTTP_PROXY_PORT_OPTION, HTTP_PROXY_USER_OPTION, IN_APP_FRAMES_OPTION, MAX_MESSAGE_LENGTH_OPTION, MDCTAGS_OPTION, NAIVE_PROTOCOL, QUEUE_SIZE_DEFAULT, READ_TIMEOUT_DEFAULT, READ_TIMEOUT_OPTION, RELEASE_OPTION, SAMPLE_RATE_OPTION, SERVERNAME_OPTION, TAGS_OPTION, UNCAUGHT_HANDLER_ENABLED_OPTION
      • Fields inherited from class io.sentry.SentryClientFactory

        lookup
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.sentry.SentryClient createSentryClient​(io.sentry.dsn.Dsn dsn)  
      • Methods inherited from class io.sentry.DefaultSentryClientFactory

        configureSentryClient, createAsyncConnection, createConnection, createHttpConnection, createJsonMarshaller, createMarshaller, createStdOutConnection, getAsyncEnabled, getAsyncGracefulShutdownEnabled, getAsyncPriority, getAsyncQueueSize, getAsyncShutdownTimeout, getAsyncThreads, getBuffer, getBufferedConnectionGracefulShutdownEnabled, getBufferedConnectionShutdownTimeout, getBufferEnabled, getBufferFlushtime, getBufferSize, getBypassSecurityEnabled, getCompressionEnabled, getContextManager, getDist, getEnvironment, getExtra, getExtraTags, getHideCommonFramesEnabled, getInAppFrames, getMaxMessageLength, getMdcTags, getProxyHost, getProxyPass, getProxyPort, getProxyUser, getReadTimeout, getRejectedExecutionHandler, getRelease, getSampleRate, getServerName, getTags, getTimeout, getUncaughtHandlerEnabled
      • Methods inherited from class io.sentry.SentryClientFactory

        createClient, instantiateFrom, sentryClient, sentryClient, sentryClient, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PolarisSentryClientFactory

        public PolarisSentryClientFactory()
    • Method Detail

      • createSentryClient

        public io.sentry.SentryClient createSentryClient​(io.sentry.dsn.Dsn dsn)
        Overrides:
        createSentryClient in class io.sentry.DefaultSentryClientFactory