Skip to content

Commit 2d63e28

Browse files
committed
craft(gh-pages): update, version "0.17.0"
1 parent 67056ee commit 2d63e28

File tree

19 files changed

+22
-25
lines changed

19 files changed

+22
-25
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: baa9fb01b812b91162f0e163317aeb40
3+
config: d2fb28266c9369736bdde2c77da8bb65
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/api.doctree

-878 Bytes
Binary file not shown.

.doctrees/environment.pickle

-1.09 KB
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>
55
<head>
66
<meta charset="utf-8" />
7-
<title>Overview: module code &#8212; sentry-python 0.16.5 documentation</title>
7+
<title>Overview: module code &#8212; sentry-python 0.17.0 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

Lines changed: 1 addition & 1 deletion
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.16.5 documentation</title>
7+
<title>sentry_sdk.api &#8212; sentry-python 0.17.0 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

Lines changed: 1 addition & 1 deletion
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.16.5 documentation</title>
7+
<title>sentry_sdk.client &#8212; sentry-python 0.17.0 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

Lines changed: 2 additions & 7 deletions
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.16.5 documentation</title>
7+
<title>sentry_sdk.hub &#8212; sentry-python 0.17.0 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>
@@ -718,12 +718,7 @@ <h1>Source code for sentry_sdk.hub</h1><div class="highlight"><pre>
718718
<span class="k">if</span> <span class="ow">not</span> <span class="n">propagate_traces</span><span class="p">:</span>
719719
<span class="k">return</span>
720720

721-
<span class="k">if</span> <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;traceparent_v2&quot;</span><span class="p">]:</span>
722-
<span class="n">traceparent</span> <span class="o">=</span> <span class="n">span</span><span class="o">.</span><span class="n">to_traceparent</span><span class="p">()</span>
723-
<span class="k">else</span><span class="p">:</span>
724-
<span class="n">traceparent</span> <span class="o">=</span> <span class="n">span</span><span class="o">.</span><span class="n">to_legacy_traceparent</span><span class="p">()</span>
725-
726-
<span class="k">yield</span> <span class="s2">&quot;sentry-trace&quot;</span><span class="p">,</span> <span class="n">traceparent</span></div>
721+
<span class="k">yield</span> <span class="s2">&quot;sentry-trace&quot;</span><span class="p">,</span> <span class="n">span</span><span class="o">.</span><span class="n">to_traceparent</span><span class="p">()</span></div>
727722

728723

729724
<span class="n">GLOBAL_HUB</span> <span class="o">=</span> <span class="n">Hub</span><span class="p">()</span>

_modules/sentry_sdk/integrations/logging.html

Lines changed: 4 additions & 2 deletions
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.16.5 documentation</title>
7+
<title>sentry_sdk.integrations.logging &#8212; sentry-python 0.17.0 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>
@@ -63,7 +63,9 @@ <h1>Source code for sentry_sdk.integrations.logging</h1><div class="highlight"><
6363
<span class="c1">#</span>
6464
<span class="c1"># Note: Ignoring by logger name here is better than mucking with thread-locals.</span>
6565
<span class="c1"># We do not necessarily know whether thread-locals work 100% correctly in the user&#39;s environment.</span>
66-
<span class="n">_IGNORED_LOGGERS</span> <span class="o">=</span> <span class="nb">set</span><span class="p">([</span><span class="s2">&quot;sentry_sdk.errors&quot;</span><span class="p">,</span> <span class="s2">&quot;urllib3.connectionpool&quot;</span><span class="p">])</span>
66+
<span class="n">_IGNORED_LOGGERS</span> <span class="o">=</span> <span class="nb">set</span><span class="p">(</span>
67+
<span class="p">[</span><span class="s2">&quot;sentry_sdk.errors&quot;</span><span class="p">,</span> <span class="s2">&quot;urllib3.connectionpool&quot;</span><span class="p">,</span> <span class="s2">&quot;urllib3.connection&quot;</span><span class="p">]</span>
68+
<span class="p">)</span>
6769

6870

6971
<div class="viewcode-block" id="ignore_logger"><a class="viewcode-back" href="../../../integrations.html#sentry_sdk.integrations.logging.ignore_logger">[docs]</a><span class="k">def</span> <span class="nf">ignore_logger</span><span class="p">(</span>

_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>
55
<head>
66
<meta charset="utf-8" />
7-
<title>sentry_sdk.scope &#8212; sentry-python 0.16.5 documentation</title>
7+
<title>sentry_sdk.scope &#8212; sentry-python 0.17.0 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

Lines changed: 1 addition & 1 deletion
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.16.5 documentation</title>
7+
<title>sentry_sdk.transport &#8212; sentry-python 0.17.0 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>

0 commit comments

Comments
 (0)