Skip to content

Commit

Permalink
craft(gh-pages): update, version "1.45.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jul 26, 2024
1 parent 89f26d7 commit 72359fd
Show file tree
Hide file tree
Showing 31 changed files with 7,082 additions and 8,378 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 14f95d0bb38f284d8329ffd4e5f534ac
config: 683b2a3960f25c8984882ac6d13d71ea
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/api.doctree
Binary file not shown.
Binary file modified .doctrees/apidocs.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
6 changes: 3 additions & 3 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" data-accent-color="violet" data-content_root="../">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Overview: module code - sentry-python 2.11.0 documentation</title><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Overview: module code - sentry-python 1.45.1 documentation</title><link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><script>
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"))}
setColorMode(localStorage._theme||"auto");
</script><link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=397bb51e" />
Expand Down Expand Up @@ -107,7 +107,7 @@ <h1>All modules for which code is available</h1>
<li><a href="sentry_sdk/hub.html">sentry_sdk.hub</a></li>
<li><a href="sentry_sdk/integrations/logging.html">sentry_sdk.integrations.logging</a></li>
<li><a href="sentry_sdk/monitor.html">sentry_sdk.monitor</a></li>
<li><a href="sentry_sdk/profiler/transaction_profiler.html">sentry_sdk.profiler.transaction_profiler</a></li>
<li><a href="sentry_sdk/profiler.html">sentry_sdk.profiler</a></li>
<li><a href="sentry_sdk/scope.html">sentry_sdk.scope</a></li>
<li><a href="sentry_sdk/scrubber.html">sentry_sdk.scrubber</a></li>
<li><a href="sentry_sdk/session.html">sentry_sdk.session</a></li>
Expand Down Expand Up @@ -141,7 +141,7 @@ <h1>All modules for which code is available</h1>
</div>
</div>
</footer>
<script src="../_static/documentation_options.js?v=1647406f"></script>
<script src="../_static/documentation_options.js?v=8d739cce"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/shibuya.js?v=3cc430e2"></script></body>
Expand Down
668 changes: 271 additions & 397 deletions _modules/sentry_sdk/api.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _modules/sentry_sdk/attachments.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" data-accent-color="violet" data-content_root="../../">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"><title>sentry_sdk.attachments - sentry-python 2.11.0 documentation</title><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" /><script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"><title>sentry_sdk.attachments - sentry-python 1.45.1 documentation</title><link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" /><script>
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"))}
setColorMode(localStorage._theme||"auto");
</script><link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=397bb51e" />
Expand Down Expand Up @@ -116,7 +116,7 @@ <h1>Source code for sentry_sdk.attachments</h1><div class="highlight"><pre>
</span><span data-line="10">
<div class="viewcode-block" id="Attachment">
<a class="viewcode-back" href="../../apidocs.html#sentry_sdk.attachments.Attachment">[docs]</a>
</span><span data-line="11"><span class="k">class</span> <span class="nc">Attachment</span><span class="p">:</span>
</span><span data-line="11"><span class="k">class</span> <span class="nc">Attachment</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
</span><span data-line="12"> <span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span>
</span><span data-line="13"> <span class="bp">self</span><span class="p">,</span>
</span><span data-line="14"> <span class="nb">bytes</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="c1"># type: Union[None, bytes, Callable[[], bytes]]</span>
Expand Down Expand Up @@ -193,7 +193,7 @@ <h1>Source code for sentry_sdk.attachments</h1><div class="highlight"><pre>
</div>
</div>
</footer>
<script src="../../_static/documentation_options.js?v=1647406f"></script>
<script src="../../_static/documentation_options.js?v=8d739cce"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/shibuya.js?v=3cc430e2"></script></body>
Expand Down
Loading

0 comments on commit 72359fd

Please sign in to comment.