Skip to content

Commit bba7dac

Browse files
author
getsentry-bot
committed
craft(gh-pages): update, version "2.31.0"
1 parent d0ddf05 commit bba7dac

32 files changed

+11271
-5347
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: c2595120e2a9c9682a5dffb3b4771168
3+
config: b3ff5e8d546abf47fa83b02b0f24269c
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/api.doctree

27.6 KB
Binary file not shown.

.doctrees/apidocs.doctree

501 KB
Binary file not shown.

.doctrees/environment.pickle

207 KB
Binary file not shown.

_modules/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en" data-accent-color="violet" data-content_root="../">
33
<head>
44
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Overview: module code - sentry-python 3.0.0a2 documentation</title><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><script>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Overview: module code - sentry-python 2.31.0 documentation</title><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><script>
66
function setColorMode(t){let e=document.documentElement;e.setAttribute("data-color-mode",t);let a=window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches,s=t;"auto"===t&&(s=a?"dark":"light"),"light"===s?(e.classList.remove("dark"),e.classList.add("light")):(e.classList.remove("light"),e.classList.add("dark"))}
77
setColorMode(localStorage._theme||"auto");
88
</script><link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=397bb51e" />
@@ -107,10 +107,11 @@ <h1>All modules for which code is available</h1>
107107
<li><a href="sentry_sdk/client.html">sentry_sdk.client</a></li>
108108
<li><a href="sentry_sdk/consts.html">sentry_sdk.consts</a></li>
109109
<li><a href="sentry_sdk/envelope.html">sentry_sdk.envelope</a></li>
110+
<li><a href="sentry_sdk/hub.html">sentry_sdk.hub</a></li>
110111
<li><a href="sentry_sdk/integrations/logging.html">sentry_sdk.integrations.logging</a></li>
111112
<li><a href="sentry_sdk/monitor.html">sentry_sdk.monitor</a></li>
112-
<li><a href="sentry_sdk/opentelemetry/scope.html">sentry_sdk.opentelemetry.scope</a></li>
113113
<li><a href="sentry_sdk/profiler/transaction_profiler.html">sentry_sdk.profiler.transaction_profiler</a></li>
114+
<li><a href="sentry_sdk/scope.html">sentry_sdk.scope</a></li>
114115
<li><a href="sentry_sdk/scrubber.html">sentry_sdk.scrubber</a></li>
115116
<li><a href="sentry_sdk/session.html">sentry_sdk.session</a></li>
116117
<li><a href="sentry_sdk/tracing.html">sentry_sdk.tracing</a></li>
@@ -145,7 +146,7 @@ <h1>All modules for which code is available</h1>
145146
</div>
146147
</div>
147148
</footer>
148-
<script src="../_static/documentation_options.js?v=b3f21bc6"></script>
149+
<script src="../_static/documentation_options.js?v=33cb385b"></script>
149150
<script src="../_static/doctools.js?v=9bcbadda"></script>
150151
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
151152
<script src="../_static/shibuya.js?v=1d2088d1"></script></body>

_modules/sentry_sdk/api.html

Lines changed: 457 additions & 338 deletions
Large diffs are not rendered by default.

_modules/sentry_sdk/attachments.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en" data-accent-color="violet" data-content_root="../../">
33
<head>
44
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0"><title>sentry_sdk.attachments - sentry-python 3.0.0a2 documentation</title><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" /><script>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0"><title>sentry_sdk.attachments - sentry-python 2.31.0 documentation</title><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" /><script>
66
function setColorMode(t){let e=document.documentElement;e.setAttribute("data-color-mode",t);let a=window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches,s=t;"auto"===t&&(s=a?"dark":"light"),"light"===s?(e.classList.remove("dark"),e.classList.add("light")):(e.classList.remove("light"),e.classList.add("dark"))}
77
setColorMode(localStorage._theme||"auto");
88
</script><link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=397bb51e" />
@@ -217,7 +217,7 @@ <h1>Source code for sentry_sdk.attachments</h1><div class="highlight"><pre>
217217
</div>
218218
</div>
219219
</footer>
220-
<script src="../../_static/documentation_options.js?v=b3f21bc6"></script>
220+
<script src="../../_static/documentation_options.js?v=33cb385b"></script>
221221
<script src="../../_static/doctools.js?v=9bcbadda"></script>
222222
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
223223
<script src="../../_static/shibuya.js?v=1d2088d1"></script></body>

0 commit comments

Comments
 (0)