Skip to content

Commit f9baa71

Browse files
committed
Revert
1 parent bbb60ec commit f9baa71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dart/lib/src/sentry_tracer.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,7 @@ class SentryTracer extends ISentrySpan {
368368
Dsn.parse(_hub.options.dsn!).publicKey,
369369
release: _hub.options.release,
370370
environment: _hub.options.environment,
371-
userId: null,
372-
// because of PII not sending it for now
371+
userId: null, // because of PII not sending it for now
373372
userSegment: user?.segment,
374373
transaction:
375374
_isHighQualityTransactionName(transactionNameSource) ? name : null,

0 commit comments

Comments
 (0)