Skip to content

Commit

Permalink
Event data encoding is already validated during tracking
Browse files Browse the repository at this point in the history
Also is always already saved to disk before submitting
  • Loading branch information
passsy committed May 5, 2024
1 parent 9b91f89 commit 367e7e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/core/network/send_events_request.dart
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ class RequestEvent {

final _eventData = eventData;
if (_eventData != null) {
// TODO encode like customMetaData
body['eventData'] = _eventData;
}

Expand Down

0 comments on commit 367e7e0

Please sign in to comment.