We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb60ec commit f9baa71Copy full SHA for f9baa71
dart/lib/src/sentry_tracer.dart
@@ -368,8 +368,7 @@ class SentryTracer extends ISentrySpan {
368
Dsn.parse(_hub.options.dsn!).publicKey,
369
release: _hub.options.release,
370
environment: _hub.options.environment,
371
- userId: null,
372
- // because of PII not sending it for now
+ userId: null, // because of PII not sending it for now
373
userSegment: user?.segment,
374
transaction:
375
_isHighQualityTransactionName(transactionNameSource) ? name : null,
0 commit comments