{ "html": "
\n

Installation

\n

Using Maven:

\n
<dependency>\n    <groupId>io.sentry</groupId>\n    <artifactId>sentry-appengine</artifactId>\n    <version>1.6.3</version>\n</dependency>\n
\n
\n

Using Gradle:

\n
compile 'io.sentry:sentry-appengine:1.6.3'\n
\n
\n

Using SBT:

\n
libraryDependencies += "io.sentry" % "sentry-appengine" % "1.6.3"\n
\n
\n

For other dependency managers see the central Maven repository.

\n
\n\n\n
\n

Usage

\n

This 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.

\n

The queue size and thread options will not be used as they are specific to\nthe default Java threading system.

\n
\n", "link": "https://docs.getsentry.com/clients/java/modules/appengine/", "id": "java-appengine", "name": "Google App Engine" }