Skip to content

Commit

Permalink
craft(gh-pages): update, version "2.0.0rc4"
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Apr 3, 2024
1 parent e440c12 commit 80175a4
Show file tree
Hide file tree
Showing 30 changed files with 7,759 additions and 6,683 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: 357458dadfd694894c028ebaee2099fd
config: 1f73bdb38ce0c31d8c616f07a2c8c918
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.
4 changes: 2 additions & 2 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Overview: module code - sentry-python 1.44.1 documentation</title>
<title>Overview: module code - sentry-python 2.0.0rc4 documentation</title>
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />

<script>
Expand Down Expand Up @@ -171,7 +171,7 @@ <h1>All modules for which code is available</h1>
</div>
</div>
</footer></div>
<script src="../_static/documentation_options.js?v=fca6d697"></script>
<script src="../_static/documentation_options.js?v=aa9da443"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/shibuya.js?v=999236dc"></script>
Expand Down
639 changes: 371 additions & 268 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 @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sentry_sdk.attachments - sentry-python 1.44.1 documentation</title>
<title>sentry_sdk.attachments - sentry-python 2.0.0rc4 documentation</title>
<link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />

<script>
Expand Down Expand Up @@ -144,7 +144,7 @@ <h1>Source code for sentry_sdk.attachments</h1><div class="highlight"><pre>
</span><span id="1-10">
<div class="viewcode-block" id="Attachment">
<a class="viewcode-back" href="../../apidocs.html#sentry_sdk.attachments.Attachment">[docs]</a>
</span><span id="1-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 id="1-11"><span class="k">class</span> <span class="nc">Attachment</span><span class="p">:</span>
</span><span id="1-12"> <span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span>
</span><span id="1-13"> <span class="bp">self</span><span class="p">,</span>
</span><span id="1-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 @@ -225,7 +225,7 @@ <h1>Source code for sentry_sdk.attachments</h1><div class="highlight"><pre>
</div>
</div>
</footer></div>
<script src="../../_static/documentation_options.js?v=fca6d697"></script>
<script src="../../_static/documentation_options.js?v=aa9da443"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/shibuya.js?v=999236dc"></script>
Expand Down
1,629 changes: 849 additions & 780 deletions _modules/sentry_sdk/client.html

Large diffs are not rendered by default.

661 changes: 333 additions & 328 deletions _modules/sentry_sdk/envelope.html

Large diffs are not rendered by default.

1,461 changes: 767 additions & 694 deletions _modules/sentry_sdk/hub.html

Large diffs are not rendered by default.

577 changes: 288 additions & 289 deletions _modules/sentry_sdk/integrations/logging.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _modules/sentry_sdk/monitor.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sentry_sdk.monitor - sentry-python 1.44.1 documentation</title>
<title>sentry_sdk.monitor - sentry-python 2.0.0rc4 documentation</title>
<link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />

<script>
Expand Down Expand Up @@ -149,7 +149,7 @@ <h1>Source code for sentry_sdk.monitor</h1><div class="highlight"><pre>
</span><span id="1-15">
<div class="viewcode-block" id="Monitor">
<a class="viewcode-back" href="../../apidocs.html#sentry_sdk.monitor.Monitor">[docs]</a>
</span><span id="1-16"><span class="k">class</span> <span class="nc">Monitor</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span>
</span><span id="1-16"><span class="k">class</span> <span class="nc">Monitor</span><span class="p">:</span>
</span><span id="1-17"><span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
</span><span id="1-18"><span class="sd"> Performs health checks in a separate thread once every interval seconds</span>
</span><span id="1-19"><span class="sd"> and updates the internal state. Other parts of the SDK only read this state</span>
Expand Down Expand Up @@ -293,7 +293,7 @@ <h1>Source code for sentry_sdk.monitor</h1><div class="highlight"><pre>
</div>
</div>
</footer></div>
<script src="../../_static/documentation_options.js?v=fca6d697"></script>
<script src="../../_static/documentation_options.js?v=aa9da443"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/shibuya.js?v=999236dc"></script>
Expand Down

0 comments on commit 80175a4

Please sign in to comment.