Skip to content

Commit 586be7c

Browse files
committed
craft(gh-pages): update, version "0.15.0"
1 parent 52bd83e commit 586be7c

20 files changed

+790
-515
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: 9c22e14af34e87eaba7bb4bea34706bd
3+
config: a3c26e48ef8daeec4f08e05be82cea75
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/api.doctree

3.03 KB
Binary file not shown.

.doctrees/environment.pickle

237 Bytes
Binary file not shown.

_modules/index.html

Lines changed: 2 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>Overview: module code &#8212; sentry-python 0.14.4 documentation</title>
7+
<title>Overview: module code &#8212; sentry-python 0.15.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>
@@ -93,7 +93,7 @@ <h3 id="searchlabel">Quick search</h3>
9393
&copy;2019, Sentry Team and Contributors.
9494

9595
|
96-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.3</a>
96+
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.4</a>
9797
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
9898

9999
</div>

_modules/sentry_sdk/api.html

Lines changed: 5 additions & 4 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.api &#8212; sentry-python 0.14.4 documentation</title>
7+
<title>sentry_sdk.api &#8212; sentry-python 0.15.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>
@@ -47,8 +47,9 @@ <h1>Source code for sentry_sdk.api</h1><div class="highlight"><pre>
4747
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Callable</span>
4848
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">TypeVar</span>
4949
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">ContextManager</span>
50+
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Union</span>
5051

51-
<span class="kn">from</span> <span class="nn">sentry_sdk._types</span> <span class="kn">import</span> <span class="n">Event</span><span class="p">,</span> <span class="n">Hint</span><span class="p">,</span> <span class="n">Breadcrumb</span><span class="p">,</span> <span class="n">BreadcrumbHint</span>
52+
<span class="kn">from</span> <span class="nn">sentry_sdk._types</span> <span class="kn">import</span> <span class="n">Event</span><span class="p">,</span> <span class="n">Hint</span><span class="p">,</span> <span class="n">Breadcrumb</span><span class="p">,</span> <span class="n">BreadcrumbHint</span><span class="p">,</span> <span class="n">ExcInfo</span>
5253
<span class="kn">from</span> <span class="nn">sentry_sdk.tracing</span> <span class="kn">import</span> <span class="n">Span</span>
5354

5455
<span class="n">T</span> <span class="o">=</span> <span class="n">TypeVar</span><span class="p">(</span><span class="s2">&quot;T&quot;</span><span class="p">)</span>
@@ -126,7 +127,7 @@ <h1>Source code for sentry_sdk.api</h1><div class="highlight"><pre>
126127

127128
<div class="viewcode-block" id="capture_exception"><a class="viewcode-back" href="../../api.html#sentry_sdk.capture_exception">[docs]</a><span class="nd">@hubmethod</span>
128129
<span class="k">def</span> <span class="nf">capture_exception</span><span class="p">(</span>
129-
<span class="n">error</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="c1"># type: Optional[BaseException]</span>
130+
<span class="n">error</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="c1"># type: Optional[Union[BaseException, ExcInfo]]</span>
130131
<span class="n">scope</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="c1"># type: Optional[Any]</span>
131132
<span class="o">**</span><span class="n">scope_args</span> <span class="c1"># type: Dict[str, Any]</span>
132133
<span class="p">):</span>
@@ -345,7 +346,7 @@ <h3 id="searchlabel">Quick search</h3>
345346
&copy;2019, Sentry Team and Contributors.
346347

347348
|
348-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.3</a>
349+
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.4</a>
349350
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
350351

351352
</div>

_modules/sentry_sdk/client.html

Lines changed: 2 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.client &#8212; sentry-python 0.14.4 documentation</title>
7+
<title>sentry_sdk.client &#8212; sentry-python 0.15.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>
@@ -501,7 +501,7 @@ <h3 id="searchlabel">Quick search</h3>
501501
&copy;2019, Sentry Team and Contributors.
502502

503503
|
504-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.3</a>
504+
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.4</a>
505505
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
506506

507507
</div>

_modules/sentry_sdk/hub.html

Lines changed: 2 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.hub &#8212; sentry-python 0.14.4 documentation</title>
7+
<title>sentry_sdk.hub &#8212; sentry-python 0.15.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>
@@ -736,7 +736,7 @@ <h3 id="searchlabel">Quick search</h3>
736736
&copy;2019, Sentry Team and Contributors.
737737

738738
|
739-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.3</a>
739+
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.4</a>
740740
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
741741

742742
</div>

_modules/sentry_sdk/integrations/logging.html

Lines changed: 2 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.14.4 documentation</title>
7+
<title>sentry_sdk.integrations.logging &#8212; sentry-python 0.15.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>
@@ -332,7 +332,7 @@ <h3 id="searchlabel">Quick search</h3>
332332
&copy;2019, Sentry Team and Contributors.
333333

334334
|
335-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.3</a>
335+
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.4</a>
336336
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
337337

338338
</div>

_modules/sentry_sdk/scope.html

Lines changed: 2 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.scope &#8212; sentry-python 0.14.4 documentation</title>
7+
<title>sentry_sdk.scope &#8212; sentry-python 0.15.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>
@@ -497,7 +497,7 @@ <h3 id="searchlabel">Quick search</h3>
497497
&copy;2019, Sentry Team and Contributors.
498498

499499
|
500-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.3</a>
500+
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.4</a>
501501
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
502502

503503
</div>

_modules/sentry_sdk/transport.html

Lines changed: 2 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.transport &#8212; sentry-python 0.14.4 documentation</title>
7+
<title>sentry_sdk.transport &#8212; sentry-python 0.15.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>
@@ -465,7 +465,7 @@ <h3 id="searchlabel">Quick search</h3>
465465
&copy;2019, Sentry Team and Contributors.
466466

467467
|
468-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.3</a>
468+
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.4</a>
469469
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
470470

471471
</div>

0 commit comments

Comments
 (0)