Skip to content

Commit

Permalink
craft(gh-pages): update, version "1.32.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Oct 11, 2023
1 parent ae65ecb commit 1609e74
Show file tree
Hide file tree
Showing 34 changed files with 8,267 additions and 4,962 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: 3338c4e2bb4a489d035491997ae68c02
config: d08fc56c80e778f04cc396007995ac82
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/api.doctree
Binary file not shown.
Binary file added .doctrees/apidocs.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
Binary file modified .doctrees/integrations.doctree
Binary file not shown.
13 changes: 10 additions & 3 deletions _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.31.0 documentation</title>
<title>Overview: module code - sentry-python 1.32.0 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 @@ -90,8 +90,9 @@
<div class="sy-lside-inner md:sticky">
<div class="sy-scrollbar p-6">
<div class="globaltoc" data-expand-depth="0"><ul>
<li class="toctree-l1"><a class="reference internal" href="../api.html">Main API</a></li>
<li class="toctree-l1"><a class="reference internal" href="../api.html">Top Level API</a></li>
<li class="toctree-l1"><a class="reference internal" href="../integrations.html">Integrations</a></li>
<li class="toctree-l1"><a class="reference internal" href="../apidocs.html">API Docs</a></li>
</ul>

</div>
Expand Down Expand Up @@ -138,10 +139,16 @@
<article class="yue" role="main">
<h1>All modules for which code is available</h1>
<ul><li><a href="sentry_sdk/api.html">sentry_sdk.api</a></li>
<li><a href="sentry_sdk/attachments.html">sentry_sdk.attachments</a></li>
<li><a href="sentry_sdk/client.html">sentry_sdk.client</a></li>
<li><a href="sentry_sdk/envelope.html">sentry_sdk.envelope</a></li>
<li><a href="sentry_sdk/hub.html">sentry_sdk.hub</a></li>
<li><a href="sentry_sdk/integrations/logging.html">sentry_sdk.integrations.logging</a></li>
<li><a href="sentry_sdk/monitor.html">sentry_sdk.monitor</a></li>
<li><a href="sentry_sdk/profiler.html">sentry_sdk.profiler</a></li>
<li><a href="sentry_sdk/scope.html">sentry_sdk.scope</a></li>
<li><a href="sentry_sdk/scrubber.html">sentry_sdk.scrubber</a></li>
<li><a href="sentry_sdk/session.html">sentry_sdk.session</a></li>
<li><a href="sentry_sdk/tracing.html">sentry_sdk.tracing</a></li>
<li><a href="sentry_sdk/transport.html">sentry_sdk.transport</a></li>
</ul>
Expand Down Expand Up @@ -176,7 +183,7 @@ <h1>All modules for which code is available</h1>
</div>
</div>
</footer></div>
<script src="../_static/documentation_options.js?v=497d83b4"></script>
<script src="../_static/documentation_options.js?v=db025d5f"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/shibuya.js?v=3e5c8598"></script>
Expand Down
51 changes: 23 additions & 28 deletions _modules/sentry_sdk/api.html

Large diffs are not rendered by default.

242 changes: 242 additions & 0 deletions _modules/sentry_sdk/attachments.html

Large diffs are not rendered by default.

1,314 changes: 663 additions & 651 deletions _modules/sentry_sdk/client.html

Large diffs are not rendered by default.

523 changes: 523 additions & 0 deletions _modules/sentry_sdk/envelope.html

Large diffs are not rendered by default.

1,730 changes: 865 additions & 865 deletions _modules/sentry_sdk/hub.html

Large diffs are not rendered by default.

562 changes: 281 additions & 281 deletions _modules/sentry_sdk/integrations/logging.html

Large diffs are not rendered by default.

296 changes: 296 additions & 0 deletions _modules/sentry_sdk/monitor.html

Large diffs are not rendered by default.

1,209 changes: 1,209 additions & 0 deletions _modules/sentry_sdk/profiler.html

Large diffs are not rendered by default.

55 changes: 28 additions & 27 deletions _modules/sentry_sdk/scope.html

Large diffs are not rendered by default.

314 changes: 314 additions & 0 deletions _modules/sentry_sdk/scrubber.html

Large diffs are not rendered by default.

359 changes: 359 additions & 0 deletions _modules/sentry_sdk/session.html

Large diffs are not rendered by default.

1,990 changes: 996 additions & 994 deletions _modules/sentry_sdk/tracing.html

Large diffs are not rendered by default.

1,143 changes: 584 additions & 559 deletions _modules/sentry_sdk/transport.html

Large diffs are not rendered by default.

60 changes: 49 additions & 11 deletions _sources/api.rst.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,53 @@
========
Main API
========
=============
Top Level API
=============

.. inherited-members necessary because of hack for Client and init methods
This is the user facing API of the SDK. It's exposed as ``sentry_sdk``.
With this API you can implement a custom performance monitoring or error reporting solution.

.. automodule:: sentry_sdk
:members:
:inherited-members:

.. autoclass:: sentry_sdk.tracing.Span
:members:
Capturing Data
==============

.. autoclass:: sentry_sdk.tracing.Transaction
:members:
.. autofunction:: sentry_sdk.api.capture_event
.. autofunction:: sentry_sdk.api.capture_exception
.. autofunction:: sentry_sdk.api.capture_message


Enriching Events
================

.. autofunction:: sentry_sdk.api.add_breadcrumb
.. autofunction:: sentry_sdk.api.set_context
.. autofunction:: sentry_sdk.api.set_extra
.. autofunction:: sentry_sdk.api.set_level
.. autofunction:: sentry_sdk.api.set_tag
.. autofunction:: sentry_sdk.api.set_user


Performance Monitoring
======================

.. autofunction:: sentry_sdk.api.continue_trace
.. autofunction:: sentry_sdk.api.get_current_span
.. autofunction:: sentry_sdk.api.start_span
.. autofunction:: sentry_sdk.api.start_transaction


Distributed Tracing
===================

.. autofunction:: sentry_sdk.api.get_baggage
.. autofunction:: sentry_sdk.api.get_traceparent


Managing Scope (advanced)
=========================

.. autofunction:: sentry_sdk.api.configure_scope
.. autofunction:: sentry_sdk.api.push_scope


.. Not documented (On purpose. Not sure if anyone should use those)
.. last_event_id()
.. flush()
45 changes: 45 additions & 0 deletions _sources/apidocs.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
========
API Docs
========

.. autoclass:: sentry_sdk.Hub
:members:

.. autoclass:: sentry_sdk.Scope
:members:

.. autoclass:: sentry_sdk.Client
:members:

.. autoclass:: sentry_sdk.Transport
:members:

.. autoclass:: sentry_sdk.HttpTransport
:members:

.. autoclass:: sentry_sdk.tracing.Transaction
:members:

.. autoclass:: sentry_sdk.tracing.Span
:members:

.. autoclass:: sentry_sdk.profiler.Profile
:members:

.. autoclass:: sentry_sdk.session.Session
:members:

.. autoclass:: sentry_sdk.attachments.Attachment
:members:

.. autoclass:: sentry_sdk.scrubber.EventScrubber
:members:

.. autoclass:: sentry_sdk.monitor.Monitor
:members:

.. autoclass:: sentry_sdk.envelope.Envelope
:members:

.. autoclass:: sentry_sdk.envelope.Item
:members:
1 change: 1 addition & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ visit the `GitHub repository <https://github.com/getsentry/sentry-python>`_.
.. toctree::
api
integrations
apidocs
2 changes: 2 additions & 0 deletions _sources/integrations.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Integrations
============

TBD

Logging
=======

Expand Down
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '1.31.0',
VERSION: '1.32.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
Loading

0 comments on commit 1609e74

Please sign in to comment.