Skip to content

Commit

Permalink
chore: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed May 25, 2024
1 parent 6febc8f commit 48371ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DisCatSharp/DiscordConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,12 @@ 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 report missing fields for discord object.</para>
/// <para>Whether to emable 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>
/// </summary>
public bool EnableSentry { internal get; set; } = false;

Expand Down

0 comments on commit 48371ca

Please sign in to comment.