Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
deploy: e108cde
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Dec 12, 2023
1 parent da2a7c7 commit f54456c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion develop/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1822,6 +1822,7 @@ <h2 id="rolling-back-to-older-versions"><a class="header" href="#rolling-back-to
<tr><td>v1.83.0 – v1.84.1</td><td>v1.77.0</td></tr>
<tr><td>v1.85.0 – v1.91.2</td><td>v1.83.0</td></tr>
<tr><td>v1.92.0 – v1.97.0</td><td>v1.90.0</td></tr>
<tr><td>v1.98.0 – v1.98.0</td><td>v1.96.0</td></tr>
</tbody></table>
<h1 id="upgrading-to-v1930"><a class="header" href="#upgrading-to-v1930">Upgrading to v1.93.0</a></h1>
<h2 id="minimum-supported-rust-version"><a class="header" href="#minimum-supported-rust-version">Minimum supported Rust version</a></h2>
Expand Down Expand Up @@ -6018,14 +6019,18 @@ <h3 id="enable_metrics"><a class="header" href="#enable_metrics"><code>enable_me
<hr />
<h3 id="sentry"><a class="header" href="#sentry"><code>sentry</code></a></h3>
<p>Use this option to enable sentry integration. Provide the DSN assigned to you by sentry
with the <code>dsn</code> setting.</p>
with the <code>dsn</code> setting. </p>
<p>An optional <code>environment</code> field can be used to specify an environment. This allows
for log maintenance based on different environments, ensuring better organization
and analysis..</p>
<p>NOTE: While attempts are made to ensure that the logs don't contain
any sensitive information, this cannot be guaranteed. By enabling
this option the sentry server may therefore receive sensitive
information, and it in turn may then disseminate sensitive information
through insecure notification channels if so configured.</p>
<p>Example configuration:</p>
<pre><code class="language-yaml">sentry:
environment: &quot;production&quot;
dsn: &quot;...&quot;
</code></pre>
<hr />
Expand Down
2 changes: 1 addition & 1 deletion develop/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion develop/searchindex.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions develop/upgrade.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ <h2 id="rolling-back-to-older-versions"><a class="header" href="#rolling-back-to
<tr><td>v1.83.0 – v1.84.1</td><td>v1.77.0</td></tr>
<tr><td>v1.85.0 – v1.91.2</td><td>v1.83.0</td></tr>
<tr><td>v1.92.0 – v1.97.0</td><td>v1.90.0</td></tr>
<tr><td>v1.98.0 – v1.98.0</td><td>v1.96.0</td></tr>
</tbody></table>
<h1 id="upgrading-to-v1930"><a class="header" href="#upgrading-to-v1930">Upgrading to v1.93.0</a></h1>
<h2 id="minimum-supported-rust-version"><a class="header" href="#minimum-supported-rust-version">Minimum supported Rust version</a></h2>
Expand Down
6 changes: 5 additions & 1 deletion develop/usage/configuration/config_documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2445,14 +2445,18 @@ <h3 id="enable_metrics"><a class="header" href="#enable_metrics"><code>enable_me
<hr />
<h3 id="sentry"><a class="header" href="#sentry"><code>sentry</code></a></h3>
<p>Use this option to enable sentry integration. Provide the DSN assigned to you by sentry
with the <code>dsn</code> setting.</p>
with the <code>dsn</code> setting. </p>
<p>An optional <code>environment</code> field can be used to specify an environment. This allows
for log maintenance based on different environments, ensuring better organization
and analysis..</p>
<p>NOTE: While attempts are made to ensure that the logs don't contain
any sensitive information, this cannot be guaranteed. By enabling
this option the sentry server may therefore receive sensitive
information, and it in turn may then disseminate sensitive information
through insecure notification channels if so configured.</p>
<p>Example configuration:</p>
<pre><code class="language-yaml">sentry:
environment: &quot;production&quot;
dsn: &quot;...&quot;
</code></pre>
<hr />
Expand Down

0 comments on commit f54456c

Please sign in to comment.