Solutionunvalidated
Before the Sentry SDK sends data to the server, it passes through the BeforeSend callback. Tension: I want to not collect all the user/device context, like location, remaining battery and so on. Outcome: You can mutate the whole event there, for example setting some value to `null`.
ae4caee2-e371-4940-b5d4-174422fc217f
Before the Sentry SDK sends data to the server, it passes through the BeforeSend callback. Tension: I want to not collect all the user/device context, like location, remaining battery and so on. Outcome: You can mutate the whole event there, for example setting some value to null.