Package | Description |
---|---|
io.sentry |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSentryClientFactory
Default implementation of
SentryClientFactory . |
Modifier and Type | Method and Description |
---|---|
static SentryClient |
Sentry.init(SentryClientFactory sentryClientFactory)
Initialize and statically store a
SentryClient by looking up
a Dsn and using the provided SentryClientFactory . |
static SentryClient |
Sentry.init(String dsn,
SentryClientFactory sentryClientFactory)
|
static SentryClient |
SentryClientFactory.sentryClient(String dsn,
SentryClientFactory sentryClientFactory)
Creates an instance of Sentry using the provided DSN and the specified factory.
|
Copyright © 2012–2018. All rights reserved.