sentry-rust icon indicating copy to clipboard operation
sentry-rust copied to clipboard

Add a `hint` option for `before_send`

Open greenhat616 opened this issue 10 months ago • 1 comments
trafficstars

As JavaScript SDK did, they provide a params called hint, which we can modify some scoped content, such as attachments.

In current state, we had no way to configure the attachments only when level is Fatal

  • https://docs.sentry.io/platforms/javascript/enriching-events/attachments/#add-or-modify-attachments-before-sending

greenhat616 avatar Jan 06 '25 04:01 greenhat616

Hey, after re-evaluating, we have decided to close this issue for now. Adding a hint parameter to before_send would require us to make many breaking changes, and we believe the payoff does not justify these breakages for now.

szokeasaurusrex avatar Oct 23 '25 09:10 szokeasaurusrex