Skip to content

Commit 63ebabc

Browse files
committed
craft(gh-pages): update, version "0.17.7"
1 parent 010075b commit 63ebabc

18 files changed

+39
-32
lines changed

.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: b649eb74bd829af288758cfd95a7a273
3+
config: 10ea2d69d56d3b40a93e86f614b601b2
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/api.doctree

468 Bytes
Binary file not shown.

.doctrees/environment.pickle

-53 Bytes
Binary file not shown.

_modules/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<title>Overview: module code &#8212; sentry-python 0.17.6 documentation</title>
7+
<title>Overview: module code &#8212; sentry-python 0.17.7 documentation</title>
88
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1010
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>

_modules/sentry_sdk/api.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<title>sentry_sdk.api &#8212; sentry-python 0.17.6 documentation</title>
7+
<title>sentry_sdk.api &#8212; sentry-python 0.17.7 documentation</title>
88
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1010
<script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>

_modules/sentry_sdk/client.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<title>sentry_sdk.client &#8212; sentry-python 0.17.6 documentation</title>
7+
<title>sentry_sdk.client &#8212; sentry-python 0.17.7 documentation</title>
88
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1010
<script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>

_modules/sentry_sdk/hub.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<title>sentry_sdk.hub &#8212; sentry-python 0.17.6 documentation</title>
7+
<title>sentry_sdk.hub &#8212; sentry-python 0.17.7 documentation</title>
88
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1010
<script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>

_modules/sentry_sdk/integrations/logging.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<title>sentry_sdk.integrations.logging &#8212; sentry-python 0.17.6 documentation</title>
7+
<title>sentry_sdk.integrations.logging &#8212; sentry-python 0.17.7 documentation</title>
88
<link rel="stylesheet" href="../../../_static/alabaster.css" type="text/css" />
99
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
1010
<script id="documentation_options" data-url_root="../../../" src="../../../_static/documentation_options.js"></script>

_modules/sentry_sdk/scope.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<title>sentry_sdk.scope &#8212; sentry-python 0.17.6 documentation</title>
7+
<title>sentry_sdk.scope &#8212; sentry-python 0.17.7 documentation</title>
88
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1010
<script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>

_modules/sentry_sdk/transport.html

+14-11
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<title>sentry_sdk.transport &#8212; sentry-python 0.17.6 documentation</title>
7+
<title>sentry_sdk.transport &#8212; sentry-python 0.17.7 documentation</title>
88
<link rel="stylesheet" href="../../_static/alabaster.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1010
<script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
@@ -42,7 +42,7 @@ <h1>Source code for sentry_sdk.transport</h1><div class="highlight"><pre>
4242

4343
<span class="kn">from</span> <span class="nn">sentry_sdk.utils</span> <span class="kn">import</span> <span class="n">Dsn</span><span class="p">,</span> <span class="n">logger</span><span class="p">,</span> <span class="n">capture_internal_exceptions</span><span class="p">,</span> <span class="n">json_dumps</span>
4444
<span class="kn">from</span> <span class="nn">sentry_sdk.worker</span> <span class="kn">import</span> <span class="n">BackgroundWorker</span>
45-
<span class="kn">from</span> <span class="nn">sentry_sdk.envelope</span> <span class="kn">import</span> <span class="n">Envelope</span><span class="p">,</span> <span class="n">get_event_data_category</span>
45+
<span class="kn">from</span> <span class="nn">sentry_sdk.envelope</span> <span class="kn">import</span> <span class="n">Envelope</span>
4646

4747
<span class="kn">from</span> <span class="nn">sentry_sdk._types</span> <span class="kn">import</span> <span class="n">MYPY</span>
4848

@@ -91,7 +91,8 @@ <h1>Source code for sentry_sdk.transport</h1><div class="highlight"><pre>
9191
<span class="bp">self</span><span class="p">,</span> <span class="n">event</span> <span class="c1"># type: Event</span>
9292
<span class="p">):</span>
9393
<span class="c1"># type: (...) -&gt; None</span>
94-
<span class="sd">&quot;&quot;&quot;This gets invoked with the event dictionary when an event should</span>
94+
<span class="sd">&quot;&quot;&quot;</span>
95+
<span class="sd"> This gets invoked with the event dictionary when an event should</span>
9596
<span class="sd"> be sent to sentry.</span>
9697
<span class="sd"> &quot;&quot;&quot;</span>
9798
<span class="k">raise</span> <span class="ne">NotImplementedError</span><span class="p">()</span></div>
@@ -100,14 +101,15 @@ <h1>Source code for sentry_sdk.transport</h1><div class="highlight"><pre>
100101
<span class="bp">self</span><span class="p">,</span> <span class="n">envelope</span> <span class="c1"># type: Envelope</span>
101102
<span class="p">):</span>
102103
<span class="c1"># type: (...) -&gt; None</span>
103-
<span class="sd">&quot;&quot;&quot;This gets invoked with an envelope when an event should</span>
104-
<span class="sd"> be sent to sentry. The default implementation invokes `capture_event`</span>
105-
<span class="sd"> if the envelope contains an event and ignores all other envelopes.</span>
104+
<span class="sd">&quot;&quot;&quot;</span>
105+
<span class="sd"> Send an envelope to Sentry.</span>
106+
107+
<span class="sd"> Envelopes are a data container format that can hold any type of data</span>
108+
<span class="sd"> submitted to Sentry. We use it for transactions and sessions, but</span>
109+
<span class="sd"> regular &quot;error&quot; events should go through `capture_event` for backwards</span>
110+
<span class="sd"> compat.</span>
106111
<span class="sd"> &quot;&quot;&quot;</span>
107-
<span class="n">event</span> <span class="o">=</span> <span class="n">envelope</span><span class="o">.</span><span class="n">get_event</span><span class="p">()</span>
108-
<span class="k">if</span> <span class="n">event</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span>
109-
<span class="bp">self</span><span class="o">.</span><span class="n">capture_event</span><span class="p">(</span><span class="n">event</span><span class="p">)</span>
110-
<span class="k">return</span> <span class="kc">None</span></div>
112+
<span class="k">raise</span> <span class="ne">NotImplementedError</span><span class="p">()</span></div>
111113

112114
<div class="viewcode-block" id="Transport.flush"><a class="viewcode-back" href="../../api.html#sentry_sdk.Transport.flush">[docs]</a> <span class="k">def</span> <span class="nf">flush</span><span class="p">(</span>
113115
<span class="bp">self</span><span class="p">,</span>
@@ -241,7 +243,8 @@ <h1>Source code for sentry_sdk.transport</h1><div class="highlight"><pre>
241243
<span class="bp">self</span><span class="p">,</span> <span class="n">event</span> <span class="c1"># type: Event</span>
242244
<span class="p">):</span>
243245
<span class="c1"># type: (...) -&gt; None</span>
244-
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">_check_disabled</span><span class="p">(</span><span class="n">get_event_data_category</span><span class="p">(</span><span class="n">event</span><span class="p">)):</span>
246+
247+
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">_check_disabled</span><span class="p">(</span><span class="s2">&quot;error&quot;</span><span class="p">):</span>
245248
<span class="k">return</span> <span class="kc">None</span>
246249

247250
<span class="n">body</span> <span class="o">=</span> <span class="n">io</span><span class="o">.</span><span class="n">BytesIO</span><span class="p">()</span>

_static/documentation_options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '0.17.6',
3+
VERSION: '0.17.7',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

api.html

+11-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<title>Main API &#8212; sentry-python 0.17.6 documentation</title>
7+
<title>Main API &#8212; sentry-python 0.17.7 documentation</title>
88
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
99
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1010
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -827,9 +827,11 @@ <h1>Main API<a class="headerlink" href="#main-api" title="Permalink to this head
827827
<dl class="py method">
828828
<dt id="sentry_sdk.Transport.capture_envelope">
829829
<code class="sig-name descname">capture_envelope</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">envelope</span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/sentry_sdk/transport.html#Transport.capture_envelope"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sentry_sdk.Transport.capture_envelope" title="Permalink to this definition"></a></dt>
830-
<dd><p>This gets invoked with an envelope when an event should
831-
be sent to sentry. The default implementation invokes <cite>capture_event</cite>
832-
if the envelope contains an event and ignores all other envelopes.</p>
830+
<dd><p>Send an envelope to Sentry.</p>
831+
<p>Envelopes are a data container format that can hold any type of data
832+
submitted to Sentry. We use it for transactions and sessions, but
833+
regular “error” events should go through <cite>capture_event</cite> for backwards
834+
compat.</p>
833835
<dl class="field-list simple">
834836
<dt class="field-odd">Return type</dt>
835837
<dd class="field-odd"><p><code class="docutils literal notranslate"><span class="pre">None</span></code></p>
@@ -880,9 +882,11 @@ <h1>Main API<a class="headerlink" href="#main-api" title="Permalink to this head
880882
<dl class="py method">
881883
<dt id="sentry_sdk.HttpTransport.capture_envelope">
882884
<code class="sig-name descname">capture_envelope</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">envelope</span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/sentry_sdk/transport.html#HttpTransport.capture_envelope"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sentry_sdk.HttpTransport.capture_envelope" title="Permalink to this definition"></a></dt>
883-
<dd><p>This gets invoked with an envelope when an event should
884-
be sent to sentry. The default implementation invokes <cite>capture_event</cite>
885-
if the envelope contains an event and ignores all other envelopes.</p>
885+
<dd><p>Send an envelope to Sentry.</p>
886+
<p>Envelopes are a data container format that can hold any type of data
887+
submitted to Sentry. We use it for transactions and sessions, but
888+
regular “error” events should go through <cite>capture_event</cite> for backwards
889+
compat.</p>
886890
<dl class="field-list simple">
887891
<dt class="field-odd">Return type</dt>
888892
<dd class="field-odd"><p><code class="docutils literal notranslate"><span class="pre">None</span></code></p>

genindex.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<html>
66
<head>
77
<meta charset="utf-8" />
8-
<title>Index &#8212; sentry-python 0.17.6 documentation</title>
8+
<title>Index &#8212; sentry-python 0.17.7 documentation</title>
99
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<title>sentry-python - Sentry SDK for Python &#8212; sentry-python 0.17.6 documentation</title>
7+
<title>sentry-python - Sentry SDK for Python &#8212; sentry-python 0.17.7 documentation</title>
88
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
99
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1010
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

integrations.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<title>Integrations &#8212; sentry-python 0.17.6 documentation</title>
7+
<title>Integrations &#8212; sentry-python 0.17.7 documentation</title>
88
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
99
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1010
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

py-modindex.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<title>Python Module Index &#8212; sentry-python 0.17.6 documentation</title>
7+
<title>Python Module Index &#8212; sentry-python 0.17.7 documentation</title>
88
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
99
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1010
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

search.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<title>Search &#8212; sentry-python 0.17.6 documentation</title>
7+
<title>Search &#8212; sentry-python 0.17.7 documentation</title>
88
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
99
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1010

0 commit comments

Comments
 (0)