Package io.sentry
Class SentryThreadFactory
java.lang.Object
io.sentry.SentryThreadFactory
class responsible for converting Java Threads to SentryThreads
-
Constructor Summary
ConstructorDescriptionSentryThreadFactory
(@NotNull SentryStackTraceFactory sentryStackTraceFactory, @NotNull SentryOptions options) ctor SentryThreadFactory that takes a SentryStackTraceFactory -
Method Summary
-
Constructor Details
-
SentryThreadFactory
public SentryThreadFactory(@NotNull @NotNull SentryStackTraceFactory sentryStackTraceFactory, @NotNull @NotNull SentryOptions options) ctor SentryThreadFactory that takes a SentryStackTraceFactory- Parameters:
sentryStackTraceFactory
- the SentryStackTraceFactoryoptions
- the SentryOptions
-