Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Aug 18, 2023
1 parent d189e01 commit bba0ffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dart/lib/src/sentry_envelope_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class SentryEnvelopeItem {

final newLine = utf8.encode('\n');
final data = await dataFactory();
// TODO the data copy could be avoided - this would be most significant with attachments.
return [...itemHeader, ...newLine, ...data];
} catch (e) {
return [];
Expand Down

0 comments on commit bba0ffa

Please sign in to comment.