Hi, team,
From documentation, here it mentioned as following:
Note: If you return null from the EventMapper<T> implementation, the event is dropped.
That's not true at all, in your source code, it has comments // Don't allow the error event to be dropped if it's a crash.
If I would like to filter/drop out the specific crash event, it seems not possible.
Hi, team,
From documentation, here it mentioned as following:
Note: If you return null from the EventMapper<T> implementation, the event is dropped.That's not true at all, in your source code, it has comments
// Don't allow the error event to be dropped if it's a crash.If I would like to filter/drop out the specific crash event, it seems not possible.