Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update log
  • Loading branch information
buenaflor committed Oct 27, 2023
commit 65e5d1a26d1ba5408cb9a65423b7f9a9fe919087
2 changes: 1 addition & 1 deletion dart/lib/src/sentry_traces_sampler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class SentryTracesSampler {
}) : _random = random ?? Random() {
if (_options.tracesSampler != null && _options.tracesSampleRate != null) {
_options.logger(SentryLevel.warning,
'Both tracesSampler and sampleRate are set - only tracesSampler will be used.');
'Both tracesSampler and traceSampleRate are set. tracesSampler will take precedence and fallback to traceSampleRate if it returns null.');
}
}

Expand Down