{ "html": "
Using Maven:
\n<dependency>\n <groupId>io.sentry</groupId>\n <artifactId>sentry-appengine</artifactId>\n <version>1.6.3</version>\n</dependency>\n
Using Gradle:
\ncompile 'io.sentry:sentry-appengine:1.6.3'\n
Using SBT:
\nlibraryDependencies += "io.sentry" % "sentry-appengine" % "1.6.3"\n
For other dependency managers see the central Maven repository.
\nThis module provides a new SentryClientFactory
implementation which replaces the default async\nsystem with a Google App Engine compatible one. You’ll need to configure Sentry to use the\nio.sentry.appengine.AppEngineSentryClientFactory
as its factory.
The queue size and thread options will not be used as they are specific to\nthe default Java threading system.
\n