Skip to content

Commit 0073886

Browse files
author
getsentry-bot
committed
craft(gh-pages): update, version "1.5.0"
1 parent d51576b commit 0073886

17 files changed

+98
-94
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: 61ae820a4ec356c1f7d98552aebc671f
3+
config: bccceb324cdee0e11c77e0ba7f41155e
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/environment.pickle

38.1 KB
Binary file not shown.

_modules/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Overview: module code &#8212; sentry-python 1.4.3 documentation</title>
8+
<title>Overview: module code &#8212; sentry-python 1.5.0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
1111
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>

_modules/sentry_sdk/api.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>sentry_sdk.api &#8212; sentry-python 1.4.3 documentation</title>
8+
<title>sentry_sdk.api &#8212; sentry-python 1.5.0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css" />
1111
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>

_modules/sentry_sdk/client.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>sentry_sdk.client &#8212; sentry-python 1.4.3 documentation</title>
8+
<title>sentry_sdk.client &#8212; sentry-python 1.5.0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css" />
1111
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
@@ -234,6 +234,10 @@ <h1>Source code for sentry_sdk.client</h1><div class="highlight"><pre>
234234
<span class="n">new_event</span> <span class="o">=</span> <span class="n">before_send</span><span class="p">(</span><span class="n">event</span><span class="p">,</span> <span class="n">hint</span> <span class="ow">or</span> <span class="p">{})</span>
235235
<span class="k">if</span> <span class="n">new_event</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span>
236236
<span class="n">logger</span><span class="o">.</span><span class="n">info</span><span class="p">(</span><span class="s2">&quot;before send dropped event (</span><span class="si">%s</span><span class="s2">)&quot;</span><span class="p">,</span> <span class="n">event</span><span class="p">)</span>
237+
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">transport</span><span class="p">:</span>
238+
<span class="bp">self</span><span class="o">.</span><span class="n">transport</span><span class="o">.</span><span class="n">record_lost_event</span><span class="p">(</span>
239+
<span class="s2">&quot;before_send&quot;</span><span class="p">,</span> <span class="n">data_category</span><span class="o">=</span><span class="s2">&quot;error&quot;</span>
240+
<span class="p">)</span>
237241
<span class="n">event</span> <span class="o">=</span> <span class="n">new_event</span> <span class="c1"># type: ignore</span>
238242

239243
<span class="k">return</span> <span class="n">event</span>

_modules/sentry_sdk/hub.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>sentry_sdk.hub &#8212; sentry-python 1.4.3 documentation</title>
8+
<title>sentry_sdk.hub &#8212; sentry-python 1.5.0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css" />
1111
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>

_modules/sentry_sdk/integrations/logging.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>sentry_sdk.integrations.logging &#8212; sentry-python 1.4.3 documentation</title>
8+
<title>sentry_sdk.integrations.logging &#8212; sentry-python 1.5.0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/alabaster.css" />
1111
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js"></script>

_modules/sentry_sdk/scope.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>sentry_sdk.scope &#8212; sentry-python 1.4.3 documentation</title>
8+
<title>sentry_sdk.scope &#8212; sentry-python 1.5.0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css" />
1111
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>

_modules/sentry_sdk/transport.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>sentry_sdk.transport &#8212; sentry-python 1.4.3 documentation</title>
8+
<title>sentry_sdk.transport &#8212; sentry-python 1.5.0 documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css" />
1111
<script data-url_root="../../" id="documentation_options" 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: '1.4.3',
3+
VERSION: '1.5.0',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

0 commit comments

Comments
 (0)