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

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 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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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>

0 commit comments

Comments
 (0)