123456 |
- {
- "html": "<div class=\"section\" id=\"installation\">\n<h2>Installation</h2>\n<p>Using Maven:</p>\n<div class=\"highlight-xml\"><div class=\"highlight\" style=\"background: #ffffff\"><pre style=\"line-height: 125%\"><span></span><span style=\"color: #2eb0f7\"><dependency></span>\n <span style=\"color: #2eb0f7\"><groupId></span>io.sentry<span style=\"color: #2eb0f7\"></groupId></span>\n <span style=\"color: #2eb0f7\"><artifactId></span>sentry-appengine<span style=\"color: #2eb0f7\"></artifactId></span>\n <span style=\"color: #2eb0f7\"><version></span>1.6.3<span style=\"color: #2eb0f7\"></version></span>\n<span style=\"color: #2eb0f7\"></dependency></span>\n</pre></div>\n</div>\n<p>Using Gradle:</p>\n<div class=\"highlight-groovy\"><div class=\"highlight\" style=\"background: #ffffff\"><pre style=\"line-height: 125%\"><span></span><span style=\"color: #111111\">compile</span> <span style=\"color: #e8535a\">'io.sentry:sentry-appengine:1.6.3'</span>\n</pre></div>\n</div>\n<p>Using SBT:</p>\n<div class=\"highlight-scala\"><div class=\"highlight\" style=\"background: #ffffff\"><pre style=\"line-height: 125%\"><span></span><span style=\"color: #111111\">libraryDependencies</span> <span style=\"color: #4b4f5c\">+=</span> <span style=\"color: #e8535a\">"io.sentry"</span> <span style=\"color: #4b4f5c\">%</span> <span style=\"color: #e8535a\">"sentry-appengine"</span> <span style=\"color: #4b4f5c\">%</span> <span style=\"color: #e8535a\">"1.6.3"</span>\n</pre></div>\n</div>\n<p>For other dependency managers see the <a class=\"reference external\" href=\"https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-appengine%7C1.6.3%7Cjar\">central Maven repository</a>.</p>\n</div>\n\n\n<div class=\"section\" id=\"usage\">\n<h2>Usage</h2>\n<p>This module provides a new <code class=\"docutils literal\"><span class=\"pre\">SentryClientFactory</span></code> implementation which replaces the default async\nsystem with a Google App Engine compatible one. You’ll need to configure Sentry to use the\n<code class=\"docutils literal\"><span class=\"pre\">io.sentry.appengine.AppEngineSentryClientFactory</span></code> as its factory.</p>\n<p>The queue size and thread options will not be used as they are specific to\nthe default Java threading system.</p>\n</div>\n",
- "link": "https://docs.getsentry.com/clients/java/modules/appengine/",
- "id": "java-appengine",
- "name": "Google App Engine"
- }
|