Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added obsolte to the adapter as well
  • Loading branch information
bitsandfoxes committed Sep 20, 2024
commit d06de27cf6a1bbb80b0c3fcf5181dabcde5d5871
3 changes: 3 additions & 0 deletions src/Sentry/Extensibility/HubAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,9 @@ public Task FlushAsync(TimeSpan timeout)
=> SentrySdk.FlushAsync(timeout);

/// <inheritdoc cref="IMetricAggregator"/>
[Obsolete("The SentrySdk.Metrics module is deprecated and will be removed in the next major release. " +
"Sentry will reject all metrics sent after October 7, 2024." +
"Learn more: https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Upcoming-API-Changes-to-Metrics")]
public IMetricAggregator Metrics
=> SentrySdk.Metrics;

Expand Down