Skip to content

Commit

Permalink
docs: I am retarded
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby authored Jun 7, 2024
1 parent bc9a78b commit 4308a0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions DisCatSharp/DiscordConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,11 @@ public UdpClientFactoryDelegate UdpClientFactory
/// </summary>
public IServiceProvider ServiceProvider { internal get; init; } = new ServiceCollection().BuildServiceProvider(true);

// TODO: Add disclaimer and docs for sentry
/// <summary>
/// <para>Whether to emable sentry.</para>
/// <para>Whether to enable sentry.</para>
/// <para>This helps us to track missing data and library bugs better.</para>
/// <para>Defaults to <see langword="false"/>.</para>
/// <para><note type="note">TODO: Add disclaimer and docs.</note></para>
/// <para><note type="note">Please refer to https://docs.dcs.aitsys.dev/articles/misc/sentry for more information.</note></para>
/// </summary>
public bool EnableSentry { internal get; set; } = false;

Expand Down

0 comments on commit 4308a0f

Please sign in to comment.