Skip to content

Commit

Permalink
craft(gh-pages): update, version "1.43.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Mar 20, 2024
1 parent 7bd2237 commit 0446dc9
Show file tree
Hide file tree
Showing 30 changed files with 6,749 additions and 7,555 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: 08d219a2c40727ac87037f736edff8ef
config: d893a62fc219a5cfe45294179fc6caac
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 2.0.0rc2 documentation</title>
<title>Overview: module code - sentry-python 1.43.0 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=c56cb097"></script>
<script src="../_static/documentation_options.js?v=d685a340"></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
590 changes: 261 additions & 329 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 2.0.0rc2 documentation</title>
<title>sentry_sdk.attachments - sentry-python 1.43.0 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><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-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=c56cb097"></script>
<script src="../../_static/documentation_options.js?v=d685a340"></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,611 changes: 777 additions & 834 deletions _modules/sentry_sdk/client.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,464 changes: 699 additions & 765 deletions _modules/sentry_sdk/hub.html

Large diffs are not rendered by default.

575 changes: 289 additions & 286 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 2.0.0rc2 documentation</title>
<title>sentry_sdk.monitor - sentry-python 1.43.0 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><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-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=c56cb097"></script>
<script src="../../_static/documentation_options.js?v=d685a340"></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 0446dc9

Please sign in to comment.