Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Feb 25, 2024
1 parent 730fabb commit 8796fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sentry/DynamicSampler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Sentry;
/// <summary>
/// Custom sampler that adjusts the sample rate based on the number of discarded envelopes and open queue slots.
/// </summary>
public class DynamicSampler: IDisposable
public class DynamicSampler : IDisposable
{
private readonly SentryOptions _options;
private readonly int _envelopesDiscardedThreshold;
Expand Down

0 comments on commit 8796fb1

Please sign in to comment.