Skip to content

Commit 2193987

Browse files
committed
craft(gh-pages): update, version "0.19.3"
1 parent 233d401 commit 2193987

16 files changed

+16
-16
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: 6f2da3a33bd38b70e8778cb415b35809
3+
config: 2874f36b010e9ed6b0313a083a732b45
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/environment.pickle

2 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.19.2 documentation</title>
7+
<title>Overview: module code &#8212; sentry-python 0.19.3 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.19.2 documentation</title>
7+
<title>sentry_sdk.api &#8212; sentry-python 0.19.3 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.19.2 documentation</title>
7+
<title>sentry_sdk.client &#8212; sentry-python 0.19.3 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.19.2 documentation</title>
7+
<title>sentry_sdk.hub &#8212; sentry-python 0.19.3 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

+2-2
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.19.2 documentation</title>
7+
<title>sentry_sdk.integrations.logging &#8212; sentry-python 0.19.3 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>
@@ -137,7 +137,7 @@ <h1>Source code for sentry_sdk.integrations.logging</h1><div class="highlight"><
137137
<span class="k">def</span> <span class="nf">_breadcrumb_from_record</span><span class="p">(</span><span class="n">record</span><span class="p">):</span>
138138
<span class="c1"># type: (LogRecord) -&gt; Dict[str, Any]</span>
139139
<span class="k">return</span> <span class="p">{</span>
140-
<span class="s2">&quot;ty&quot;</span><span class="p">:</span> <span class="s2">&quot;log&quot;</span><span class="p">,</span>
140+
<span class="s2">&quot;type&quot;</span><span class="p">:</span> <span class="s2">&quot;log&quot;</span><span class="p">,</span>
141141
<span class="s2">&quot;level&quot;</span><span class="p">:</span> <span class="n">_logging_to_event_level</span><span class="p">(</span><span class="n">record</span><span class="o">.</span><span class="n">levelname</span><span class="p">),</span>
142142
<span class="s2">&quot;category&quot;</span><span class="p">:</span> <span class="n">record</span><span class="o">.</span><span class="n">name</span><span class="p">,</span>
143143
<span class="s2">&quot;message&quot;</span><span class="p">:</span> <span class="n">record</span><span class="o">.</span><span class="n">message</span><span class="p">,</span>

_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.19.2 documentation</title>
7+
<title>sentry_sdk.scope &#8212; sentry-python 0.19.3 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

+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.transport &#8212; sentry-python 0.19.2 documentation</title>
7+
<title>sentry_sdk.transport &#8212; sentry-python 0.19.3 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>

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

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>Main API &#8212; sentry-python 0.19.2 documentation</title>
7+
<title>Main API &#8212; sentry-python 0.19.3 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>

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.19.2 documentation</title>
8+
<title>Index &#8212; sentry-python 0.19.3 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.19.2 documentation</title>
7+
<title>sentry-python - Sentry SDK for Python &#8212; sentry-python 0.19.3 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.19.2 documentation</title>
7+
<title>Integrations &#8212; sentry-python 0.19.3 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.19.2 documentation</title>
7+
<title>Python Module Index &#8212; sentry-python 0.19.3 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.19.2 documentation</title>
7+
<title>Search &#8212; sentry-python 0.19.3 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)