Skip to content

Commit

Permalink
craft(gh-pages): update, version "1.27.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jul 6, 2023
1 parent 9e61c41 commit e60e1a4
Show file tree
Hide file tree
Showing 17 changed files with 474 additions and 471 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 762681ba6a02e050a24e777254cb6ff3
config: c2ccd448f27b3bac69595d599745e671
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Overview: module code - sentry-python 1.27.0 documentation</title>
<title>Overview: module code - sentry-python 1.27.1 documentation</title>
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" />
<script>
const isDarkTheme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
Expand Down
2 changes: 1 addition & 1 deletion _modules/sentry_sdk/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sentry_sdk.api - sentry-python 1.27.0 documentation</title>
<title>sentry_sdk.api - sentry-python 1.27.1 documentation</title>
<link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
<script>
const isDarkTheme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
Expand Down
2 changes: 1 addition & 1 deletion _modules/sentry_sdk/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sentry_sdk.client - sentry-python 1.27.0 documentation</title>
<title>sentry_sdk.client - sentry-python 1.27.1 documentation</title>
<link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
<script>
const isDarkTheme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
Expand Down
4 changes: 2 additions & 2 deletions _modules/sentry_sdk/hub.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sentry_sdk.hub - sentry-python 1.27.0 documentation</title>
<title>sentry_sdk.hub - sentry-python 1.27.1 documentation</title>
<link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
<script>
const isDarkTheme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
Expand Down Expand Up @@ -930,7 +930,7 @@ <h1>Source code for sentry_sdk.hub</h1><div class="highlight"><pre>
</span><span id="1-814"><span class="sd"> Return meta tags which should be injected into HTML templates</span>
</span><span id="1-815"><span class="sd"> to allow propagation of trace information.</span>
</span><span id="1-816"><span class="sd"> &quot;&quot;&quot;</span>
</span><span id="1-817"> <span class="k">if</span> <span class="n">span</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span>
</span><span id="1-817"> <span class="k">if</span> <span class="n">span</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span>
</span><span id="1-818"> <span class="n">logger</span><span class="o">.</span><span class="n">warning</span><span class="p">(</span>
</span><span id="1-819"> <span class="s2">&quot;The parameter `span` in trace_propagation_meta() is deprecated and will be removed in the future.&quot;</span>
</span><span id="1-820"> <span class="p">)</span>
Expand Down
2 changes: 1 addition & 1 deletion _modules/sentry_sdk/integrations/logging.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sentry_sdk.integrations.logging - sentry-python 1.27.0 documentation</title>
<title>sentry_sdk.integrations.logging - sentry-python 1.27.1 documentation</title>
<link rel="index" title="Index" href="../../../genindex.html" /><link rel="search" title="Search" href="../../../search.html" />
<script>
const isDarkTheme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
Expand Down
913 changes: 458 additions & 455 deletions _modules/sentry_sdk/scope.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _modules/sentry_sdk/tracing.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sentry_sdk.tracing - sentry-python 1.27.0 documentation</title>
<title>sentry_sdk.tracing - sentry-python 1.27.1 documentation</title>
<link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
<script>
const isDarkTheme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
Expand Down
2 changes: 1 addition & 1 deletion _modules/sentry_sdk/transport.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sentry_sdk.transport - sentry-python 1.27.0 documentation</title>
<title>sentry_sdk.transport - sentry-python 1.27.1 documentation</title>
<link rel="index" title="Index" href="../../genindex.html" /><link rel="search" title="Search" href="../../search.html" />
<script>
const isDarkTheme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
Expand Down
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.27.0',
VERSION: '1.27.1',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
2 changes: 1 addition & 1 deletion api.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Main API - sentry-python 1.27.0 documentation</title>
<title>Main API - sentry-python 1.27.1 documentation</title>
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Integrations" href="integrations.html" /><link rel="prev" title="sentry-python - Sentry SDK for Python" href="index.html" />
<script>
const isDarkTheme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
Expand Down
2 changes: 1 addition & 1 deletion genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Index - sentry-python 1.27.0 documentation</title>
<title>Index - sentry-python 1.27.1 documentation</title>
<link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />
<script>
const isDarkTheme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>sentry-python 1.27.0 documentation</title>
<title>sentry-python 1.27.1 documentation</title>
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Main API" href="api.html" />
<script>
const isDarkTheme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
Expand Down
2 changes: 1 addition & 1 deletion integrations.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Integrations - sentry-python 1.27.0 documentation</title>
<title>Integrations - sentry-python 1.27.1 documentation</title>
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="prev" title="Main API" href="api.html" />
<script>
const isDarkTheme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
Expand Down
2 changes: 1 addition & 1 deletion py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Python Module Index - sentry-python 1.27.0 documentation</title>
<title>Python Module Index - sentry-python 1.27.1 documentation</title>
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" />
<script>
const isDarkTheme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
Expand Down
2 changes: 1 addition & 1 deletion search.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Search - sentry-python 1.27.0 documentation</title>
<title>Search - sentry-python 1.27.1 documentation</title>
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="#" />
<script>
const isDarkTheme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
Expand Down

0 comments on commit e60e1a4

Please sign in to comment.