Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Mar 5, 2024
1 parent bbb60ec commit f9baa71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dart/lib/src/sentry_tracer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,7 @@ class SentryTracer extends ISentrySpan {
Dsn.parse(_hub.options.dsn!).publicKey,
release: _hub.options.release,
environment: _hub.options.environment,
userId: null,
// because of PII not sending it for now
userId: null, // because of PII not sending it for now
userSegment: user?.segment,
transaction:
_isHighQualityTransactionName(transactionNameSource) ? name : null,
Expand Down

0 comments on commit f9baa71

Please sign in to comment.