Skip to content

Commit 88c0d94

Browse files
author
getsentry-bot
committed
craft(gh-pages): update, version "2.49.0"
1 parent bc52a61 commit 88c0d94

28 files changed

+2155
-2289
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: 86131f2442124c2e108126bdb6bedb05
3+
config: 627999c5a757301e13f006a202124bed
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/apidocs.doctree

5.71 KB
Binary file not shown.

.doctrees/environment.pickle

4.12 KB
Binary file not shown.

_modules/index.html

Lines changed: 3 additions & 4 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 2.48.0 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.49.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=e1a1ceaf" />
@@ -100,7 +100,6 @@
100100
</div>
101101
</div><div class="flex flex-col break-words justify-between">
102102
<div class="relative min-w-0 max-w-6xl px-6 pb-6 pt-8 xl:px-12">
103-
104103
<article class="yue" role="main">
105104
<h1>All modules for which code is available</h1>
106105
<ul><li><a href="sentry_sdk/api.html">sentry_sdk.api</a></li>
@@ -130,7 +129,7 @@ <h1>All modules for which code is available</h1>
130129
<footer class="sy-foot">
131130
<div class="sy-foot-inner sy-container mx-auto">
132131
<div class="sy-foot-reserved md:flex justify-between items-center">
133-
<div class="sy-foot-copyright"><p>2019-2025, Sentry Team and Contributors</p>
132+
<div class="sy-foot-copyright"><p>2019-2026, Sentry Team and Contributors</p>
134133

135134
<p>
136135
Made with
@@ -147,7 +146,7 @@ <h1>All modules for which code is available</h1>
147146
</div>
148147
</div>
149148
</footer>
150-
<script src="../_static/documentation_options.js?v=0604980e"></script>
149+
<script src="../_static/documentation_options.js?v=77d1d257"></script>
151150
<script src="../_static/doctools.js?v=9bcbadda"></script>
152151
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
153152
<script src="../_static/shibuya.js?v=cac61aee"></script></body>

_modules/sentry_sdk/api.html

Lines changed: 3 additions & 4 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.api - sentry-python 2.48.0 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.api - sentry-python 2.49.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=e1a1ceaf" />
@@ -104,7 +104,6 @@
104104
</div>
105105
</div><div class="flex flex-col break-words justify-between">
106106
<div class="relative min-w-0 max-w-6xl px-6 pb-6 pt-8 xl:px-12">
107-
108107
<article class="yue" role="main">
109108
<h1>Source code for sentry_sdk.api</h1><div class="highlight"><pre>
110109
<span></span><span data-line="1"><span class="kn">import</span><span class="w"> </span><span class="nn">inspect</span>
@@ -708,7 +707,7 @@ <h1>Source code for sentry_sdk.api</h1><div class="highlight"><pre>
708707
<footer class="sy-foot">
709708
<div class="sy-foot-inner sy-container mx-auto">
710709
<div class="sy-foot-reserved md:flex justify-between items-center">
711-
<div class="sy-foot-copyright"><p>2019-2025, Sentry Team and Contributors</p>
710+
<div class="sy-foot-copyright"><p>2019-2026, Sentry Team and Contributors</p>
712711

713712
<p>
714713
Made with
@@ -725,7 +724,7 @@ <h1>Source code for sentry_sdk.api</h1><div class="highlight"><pre>
725724
</div>
726725
</div>
727726
</footer>
728-
<script src="../../_static/documentation_options.js?v=0604980e"></script>
727+
<script src="../../_static/documentation_options.js?v=77d1d257"></script>
729728
<script src="../../_static/doctools.js?v=9bcbadda"></script>
730729
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
731730
<script src="../../_static/shibuya.js?v=cac61aee"></script></body>

_modules/sentry_sdk/attachments.html

Lines changed: 3 additions & 4 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 2.48.0 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.49.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=e1a1ceaf" />
@@ -104,7 +104,6 @@
104104
</div>
105105
</div><div class="flex flex-col break-words justify-between">
106106
<div class="relative min-w-0 max-w-6xl px-6 pb-6 pt-8 xl:px-12">
107-
108107
<article class="yue" role="main">
109108
<h1>Source code for sentry_sdk.attachments</h1><div class="highlight"><pre>
110109
<span></span><span data-line="1"><span class="kn">import</span><span class="w"> </span><span class="nn">os</span>
@@ -198,7 +197,7 @@ <h1>Source code for sentry_sdk.attachments</h1><div class="highlight"><pre>
198197
<footer class="sy-foot">
199198
<div class="sy-foot-inner sy-container mx-auto">
200199
<div class="sy-foot-reserved md:flex justify-between items-center">
201-
<div class="sy-foot-copyright"><p>2019-2025, Sentry Team and Contributors</p>
200+
<div class="sy-foot-copyright"><p>2019-2026, Sentry Team and Contributors</p>
202201

203202
<p>
204203
Made with
@@ -215,7 +214,7 @@ <h1>Source code for sentry_sdk.attachments</h1><div class="highlight"><pre>
215214
</div>
216215
</div>
217216
</footer>
218-
<script src="../../_static/documentation_options.js?v=0604980e"></script>
217+
<script src="../../_static/documentation_options.js?v=77d1d257"></script>
219218
<script src="../../_static/doctools.js?v=9bcbadda"></script>
220219
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
221220
<script src="../../_static/shibuya.js?v=cac61aee"></script></body>

0 commit comments

Comments
 (0)