Skip to content

Commit f1451b4

Browse files
committed
craft(gh-pages): update, version "0.12.1"
1 parent a8fc156 commit f1451b4

18 files changed

+22
-19
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: e5f5b795887be591821980d7edf48953
3+
config: 480983cf8b12717b6758b3a9818a1aab
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/api.doctree

300 Bytes
Binary file not shown.

.doctrees/environment.pickle

139 Bytes
Binary file not shown.

_modules/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>Overview: module code &#8212; sentry-python 0.12.0 documentation</title>
7+
<title>Overview: module code &#8212; sentry-python 0.12.1 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 type="text/javascript" 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 xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>sentry_sdk.api &#8212; sentry-python 0.12.0 documentation</title>
7+
<title>sentry_sdk.api &#8212; sentry-python 0.12.1 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 type="text/javascript" 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 xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>sentry_sdk.client &#8212; sentry-python 0.12.0 documentation</title>
7+
<title>sentry_sdk.client &#8212; sentry-python 0.12.1 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 type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>

_modules/sentry_sdk/hub.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>sentry_sdk.hub &#8212; sentry-python 0.12.0 documentation</title>
7+
<title>sentry_sdk.hub &#8212; sentry-python 0.12.1 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 type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
@@ -483,7 +483,10 @@ <h1>Source code for sentry_sdk.hub</h1><div class="highlight"><pre>
483483
<span class="n">span</span><span class="o">.</span><span class="n">sampled</span> <span class="o">=</span> <span class="n">random</span><span class="o">.</span><span class="n">random</span><span class="p">()</span> <span class="o">&lt;</span> <span class="n">sample_rate</span>
484484

485485
<span class="k">if</span> <span class="n">span</span><span class="o">.</span><span class="n">sampled</span><span class="p">:</span>
486-
<span class="n">span</span><span class="o">.</span><span class="n">init_finished_spans</span><span class="p">()</span>
486+
<span class="n">max_spans</span> <span class="o">=</span> <span class="p">(</span>
487+
<span class="n">client</span> <span class="ow">and</span> <span class="n">client</span><span class="o">.</span><span class="n">options</span><span class="p">[</span><span class="s2">&quot;_experiments&quot;</span><span class="p">]</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;max_spans&quot;</span><span class="p">)</span> <span class="ow">or</span> <span class="mi">1000</span>
488+
<span class="p">)</span>
489+
<span class="n">span</span><span class="o">.</span><span class="n">init_finished_spans</span><span class="p">(</span><span class="n">maxlen</span><span class="o">=</span><span class="n">max_spans</span><span class="p">)</span>
487490

488491
<span class="k">return</span> <span class="n">span</span></div>
489492

_modules/sentry_sdk/integrations/logging.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>sentry_sdk.integrations.logging &#8212; sentry-python 0.12.0 documentation</title>
7+
<title>sentry_sdk.integrations.logging &#8212; sentry-python 0.12.1 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 type="text/javascript" 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 xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>sentry_sdk.scope &#8212; sentry-python 0.12.0 documentation</title>
7+
<title>sentry_sdk.scope &#8212; sentry-python 0.12.1 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 type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>

_modules/sentry_sdk/transport.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>sentry_sdk.transport &#8212; sentry-python 0.12.0 documentation</title>
7+
<title>sentry_sdk.transport &#8212; sentry-python 0.12.1 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 type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>

_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.12.0',
3+
VERSION: '0.12.1',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',

api.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>Main API &#8212; sentry-python 0.12.0 documentation</title>
7+
<title>Main API &#8212; sentry-python 0.12.1 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 type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -573,7 +573,7 @@ <h1>Main API<a class="headerlink" href="#main-api" title="Permalink to this head
573573

574574
<dl class="class">
575575
<dt id="sentry_sdk.Client">
576-
<em class="property">class </em><code class="sig-prename descclassname">sentry_sdk.</code><code class="sig-name descname">Client</code><span class="sig-paren">(</span><em class="sig-param">dsn=None</em>, <em class="sig-param">with_locals=True</em>, <em class="sig-param">max_breadcrumbs=100</em>, <em class="sig-param">release=None</em>, <em class="sig-param">environment=None</em>, <em class="sig-param">server_name=None</em>, <em class="sig-param">shutdown_timeout=2</em>, <em class="sig-param">integrations=[]</em>, <em class="sig-param">in_app_include=[]</em>, <em class="sig-param">in_app_exclude=[]</em>, <em class="sig-param">default_integrations=True</em>, <em class="sig-param">dist=None</em>, <em class="sig-param">transport=None</em>, <em class="sig-param">sample_rate=1.0</em>, <em class="sig-param">send_default_pii=False</em>, <em class="sig-param">http_proxy=None</em>, <em class="sig-param">https_proxy=None</em>, <em class="sig-param">ignore_errors=[]</em>, <em class="sig-param">request_bodies='medium'</em>, <em class="sig-param">before_send=None</em>, <em class="sig-param">before_breadcrumb=None</em>, <em class="sig-param">debug=False</em>, <em class="sig-param">attach_stacktrace=False</em>, <em class="sig-param">ca_certs=None</em>, <em class="sig-param">propagate_traces=True</em>, <em class="sig-param">traces_sample_rate=0.0</em>, <em class="sig-param">traceparent_v2=False</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/sentry_sdk/client.html#Client"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sentry_sdk.Client" title="Permalink to this definition"></a></dt>
576+
<em class="property">class </em><code class="sig-prename descclassname">sentry_sdk.</code><code class="sig-name descname">Client</code><span class="sig-paren">(</span><em class="sig-param">dsn=None</em>, <em class="sig-param">with_locals=True</em>, <em class="sig-param">max_breadcrumbs=100</em>, <em class="sig-param">release=None</em>, <em class="sig-param">environment=None</em>, <em class="sig-param">server_name=None</em>, <em class="sig-param">shutdown_timeout=2</em>, <em class="sig-param">integrations=[]</em>, <em class="sig-param">in_app_include=[]</em>, <em class="sig-param">in_app_exclude=[]</em>, <em class="sig-param">default_integrations=True</em>, <em class="sig-param">dist=None</em>, <em class="sig-param">transport=None</em>, <em class="sig-param">sample_rate=1.0</em>, <em class="sig-param">send_default_pii=False</em>, <em class="sig-param">http_proxy=None</em>, <em class="sig-param">https_proxy=None</em>, <em class="sig-param">ignore_errors=[]</em>, <em class="sig-param">request_bodies='medium'</em>, <em class="sig-param">before_send=None</em>, <em class="sig-param">before_breadcrumb=None</em>, <em class="sig-param">debug=False</em>, <em class="sig-param">attach_stacktrace=False</em>, <em class="sig-param">ca_certs=None</em>, <em class="sig-param">propagate_traces=True</em>, <em class="sig-param">traces_sample_rate=0.0</em>, <em class="sig-param">traceparent_v2=False</em>, <em class="sig-param">_experiments={}</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/sentry_sdk/client.html#Client"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sentry_sdk.Client" title="Permalink to this definition"></a></dt>
577577
<dd><dl class="method">
578578
<dt id="sentry_sdk.Client.capture_event">
579579
<code class="sig-name descname">capture_event</code><span class="sig-paren">(</span><em class="sig-param">event</em>, <em class="sig-param">hint=None</em>, <em class="sig-param">scope=None</em><span class="sig-paren">)</span><a class="headerlink" href="#sentry_sdk.Client.capture_event" title="Permalink to this definition"></a></dt>
@@ -719,7 +719,7 @@ <h1>Main API<a class="headerlink" href="#main-api" title="Permalink to this head
719719

720720
<dl class="class">
721721
<dt id="sentry_sdk.init">
722-
<em class="property">class </em><code class="sig-prename descclassname">sentry_sdk.</code><code class="sig-name descname">init</code><span class="sig-paren">(</span><em class="sig-param">dsn=None</em>, <em class="sig-param">with_locals=True</em>, <em class="sig-param">max_breadcrumbs=100</em>, <em class="sig-param">release=None</em>, <em class="sig-param">environment=None</em>, <em class="sig-param">server_name=None</em>, <em class="sig-param">shutdown_timeout=2</em>, <em class="sig-param">integrations=[]</em>, <em class="sig-param">in_app_include=[]</em>, <em class="sig-param">in_app_exclude=[]</em>, <em class="sig-param">default_integrations=True</em>, <em class="sig-param">dist=None</em>, <em class="sig-param">transport=None</em>, <em class="sig-param">sample_rate=1.0</em>, <em class="sig-param">send_default_pii=False</em>, <em class="sig-param">http_proxy=None</em>, <em class="sig-param">https_proxy=None</em>, <em class="sig-param">ignore_errors=[]</em>, <em class="sig-param">request_bodies='medium'</em>, <em class="sig-param">before_send=None</em>, <em class="sig-param">before_breadcrumb=None</em>, <em class="sig-param">debug=False</em>, <em class="sig-param">attach_stacktrace=False</em>, <em class="sig-param">ca_certs=None</em>, <em class="sig-param">propagate_traces=True</em>, <em class="sig-param">traces_sample_rate=0.0</em>, <em class="sig-param">traceparent_v2=False</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/sentry_sdk/hub.html#init"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sentry_sdk.init" title="Permalink to this definition"></a></dt>
722+
<em class="property">class </em><code class="sig-prename descclassname">sentry_sdk.</code><code class="sig-name descname">init</code><span class="sig-paren">(</span><em class="sig-param">dsn=None</em>, <em class="sig-param">with_locals=True</em>, <em class="sig-param">max_breadcrumbs=100</em>, <em class="sig-param">release=None</em>, <em class="sig-param">environment=None</em>, <em class="sig-param">server_name=None</em>, <em class="sig-param">shutdown_timeout=2</em>, <em class="sig-param">integrations=[]</em>, <em class="sig-param">in_app_include=[]</em>, <em class="sig-param">in_app_exclude=[]</em>, <em class="sig-param">default_integrations=True</em>, <em class="sig-param">dist=None</em>, <em class="sig-param">transport=None</em>, <em class="sig-param">sample_rate=1.0</em>, <em class="sig-param">send_default_pii=False</em>, <em class="sig-param">http_proxy=None</em>, <em class="sig-param">https_proxy=None</em>, <em class="sig-param">ignore_errors=[]</em>, <em class="sig-param">request_bodies='medium'</em>, <em class="sig-param">before_send=None</em>, <em class="sig-param">before_breadcrumb=None</em>, <em class="sig-param">debug=False</em>, <em class="sig-param">attach_stacktrace=False</em>, <em class="sig-param">ca_certs=None</em>, <em class="sig-param">propagate_traces=True</em>, <em class="sig-param">traces_sample_rate=0.0</em>, <em class="sig-param">traceparent_v2=False</em>, <em class="sig-param">_experiments={}</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/sentry_sdk/hub.html#init"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#sentry_sdk.init" title="Permalink to this definition"></a></dt>
723723
<dd></dd></dl>
724724

725725
</div>

genindex.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<html xmlns="http://www.w3.org/1999/xhtml">
66
<head>
77
<meta charset="utf-8" />
8-
<title>Index &#8212; sentry-python 0.12.0 documentation</title>
8+
<title>Index &#8212; sentry-python 0.12.1 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 type="text/javascript" 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 xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>sentry-python - Sentry SDK for Python &#8212; sentry-python 0.12.0 documentation</title>
7+
<title>sentry-python - Sentry SDK for Python &#8212; sentry-python 0.12.1 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 type="text/javascript" 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 xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>Integrations &#8212; sentry-python 0.12.0 documentation</title>
7+
<title>Integrations &#8212; sentry-python 0.12.1 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 type="text/javascript" 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 xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>Python Module Index &#8212; sentry-python 0.12.0 documentation</title>
7+
<title>Python Module Index &#8212; sentry-python 0.12.1 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 type="text/javascript" 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 xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>Search &#8212; sentry-python 0.12.0 documentation</title>
7+
<title>Search &#8212; sentry-python 0.12.1 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)