You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -827,9 +827,11 @@ <h1>Main API<a class="headerlink" href="#main-api" title="Permalink to this head
827
827
<dlclass="py method">
828
828
<dtid="sentry_sdk.Transport.capture_envelope">
829
829
<codeclass="sig-name descname">capture_envelope</code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n">envelope</span></em><spanclass="sig-paren">)</span><aclass="reference internal" href="_modules/sentry_sdk/transport.html#Transport.capture_envelope"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sentry_sdk.Transport.capture_envelope" title="Permalink to this definition">¶</a></dt>
830
-
<dd><p>This gets invoked with an envelope when an event should
831
-
be sent to sentry. The default implementation invokes <cite>capture_event</cite>
832
-
if the envelope contains an event and ignores all other envelopes.</p>
830
+
<dd><p>Send an envelope to Sentry.</p>
831
+
<p>Envelopes are a data container format that can hold any type of data
832
+
submitted to Sentry. We use it for transactions and sessions, but
833
+
regular “error” events should go through <cite>capture_event</cite> for backwards
<codeclass="sig-name descname">capture_envelope</code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n">envelope</span></em><spanclass="sig-paren">)</span><aclass="reference internal" href="_modules/sentry_sdk/transport.html#HttpTransport.capture_envelope"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sentry_sdk.HttpTransport.capture_envelope" title="Permalink to this definition">¶</a></dt>
883
-
<dd><p>This gets invoked with an envelope when an event should
884
-
be sent to sentry. The default implementation invokes <cite>capture_event</cite>
885
-
if the envelope contains an event and ignores all other envelopes.</p>
885
+
<dd><p>Send an envelope to Sentry.</p>
886
+
<p>Envelopes are a data container format that can hold any type of data
887
+
submitted to Sentry. We use it for transactions and sessions, but
888
+
regular “error” events should go through <cite>capture_event</cite> for backwards
0 commit comments