sentry-rust
sentry-rust copied to clipboard
Add a `hint` option for `before_send`
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
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.