Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Nov 11, 2024
1 parent 51846a1 commit e952110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dart/lib/src/sentry_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,9 @@ class SentryClient {
return _emptySentryId;
}

preparedTransaction = _createUserOrSetDefaultIpAddress(preparedTransaction)
as SentryTransaction;

preparedTransaction =
await _runBeforeSend(preparedTransaction, hint) as SentryTransaction?;

Expand All @@ -404,9 +407,6 @@ class SentryClient {
return _emptySentryId;
}

preparedTransaction = _createUserOrSetDefaultIpAddress(preparedTransaction)
as SentryTransaction;

final attachments = scope?.attachments
.where((element) => element.addToTransactions)
.toList();
Expand Down

0 comments on commit e952110

Please sign in to comment.