You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this allows you to manipulate attachments in the various "before" event delegates.
Hints can also be used in event and transaction processors by implementing ISentryEventProcessorWithHint or ISentryTransactionProcessorWithHint, instead of ISentryEventProcessor or ISentryTransactionProcessor.
Note: Obsoletes the BeforeSend, BeforeSendTransaction, and BeforeBreadcrumb properties on the SentryOptions class. They have been replaced with SetBeforeSend, SetBeforeSendTransaction, and SetBeforeBreadcrumb respectively. Each one provides overloads both with and without a Hint object.
Suggested Solution
Document the correct usage of hint and the three updated "before" callbacks.
The text was updated successfully, but these errors were encountered:
Core or SDK?
Platform/SDK
Which part? Which one?
.NET Filtering
Description
v3.32.0 of the SDK introduced the following change with zero documentation:
Suggested Solution
Document the correct usage of hint and the three updated "before" callbacks.
The text was updated successfully, but these errors were encountered: