Skip to content

Commit

Permalink
craft(gh-pages): update, version "1.41.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Mar 7, 2024
1 parent 7cc5e71 commit a37bb98
Show file tree
Hide file tree
Showing 32 changed files with 6,703 additions and 7,523 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: 07abc5b1e84e832c1346d7250870a33a
config: c212aa0dc49e5cd60868936c928be426
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.
11 changes: 6 additions & 5 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Overview: module code - sentry-python 2.0.0a2 documentation</title>
<title>Overview: module code - sentry-python 1.41.0 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(sessionStorage._theme||"auto");
</script><link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=aecf457f" />
<link rel="stylesheet" type="text/css" href="../_static/shibuya.css?v=b6637a78" />
<link rel="stylesheet" type="text/css" href="../_static/shibuya.css?v=d42a0c83" />
<link media="print" rel="stylesheet" type="text/css" href="../_static/print.css?v=20ff2c19" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand All @@ -23,7 +23,8 @@
}
</style>
<meta property="og:type" content="website"/><meta property="og:title" content="Overview: module code"/>
<meta name="twitter:card" content="summary"/></head>
<meta name="twitter:card" content="summary"/>
</head>
<body><div class="document"><div class="sy-head">
<div class="sy-head-blur"></div>
<div class="sy-head-inner sy-container mx-auto">
Expand Down Expand Up @@ -170,10 +171,10 @@ <h1>All modules for which code is available</h1>
</div>
</div>
</footer></div>
<script src="../_static/documentation_options.js?v=a3b72308"></script>
<script src="../_static/documentation_options.js?v=352f37f2"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/shibuya.js?v=ccb09f80"></script>
<script src="../_static/shibuya.js?v=999236dc"></script>

</body>
</html>
612 changes: 274 additions & 338 deletions _modules/sentry_sdk/api.html

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions _modules/sentry_sdk/attachments.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sentry_sdk.attachments - sentry-python 2.0.0a2 documentation</title>
<title>sentry_sdk.attachments - sentry-python 1.41.0 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(sessionStorage._theme||"auto");
</script><link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=aecf457f" />
<link rel="stylesheet" type="text/css" href="../../_static/shibuya.css?v=b6637a78" />
<link rel="stylesheet" type="text/css" href="../../_static/shibuya.css?v=d42a0c83" />
<link media="print" rel="stylesheet" type="text/css" href="../../_static/print.css?v=20ff2c19" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand All @@ -23,7 +23,8 @@
}
</style>
<meta property="og:type" content="website"/><meta property="og:title" content="sentry_sdk.attachments"/>
<meta name="twitter:card" content="summary"/></head>
<meta name="twitter:card" content="summary"/>
</head>
<body><div class="document"><div class="sy-head">
<div class="sy-head-blur"></div>
<div class="sy-head-inner sy-container mx-auto">
Expand Down Expand Up @@ -143,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 @@ -224,10 +225,10 @@ <h1>Source code for sentry_sdk.attachments</h1><div class="highlight"><pre>
</div>
</div>
</footer></div>
<script src="../../_static/documentation_options.js?v=a3b72308"></script>
<script src="../../_static/documentation_options.js?v=352f37f2"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/shibuya.js?v=ccb09f80"></script>
<script src="../../_static/shibuya.js?v=999236dc"></script>

</body>
</html>

0 comments on commit a37bb98

Please sign in to comment.