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
remove print
  • Loading branch information
buenaflor committed Sep 1, 2023
commit d066c37d5ddb22e471f2a8eb6e781f81956941fa
1 change: 0 additions & 1 deletion dart/test/sentry_client_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,6 @@ void main() {
test(
'uses trace context on transaction for trace header if a transaction is on scope',
() async {
print("starting");
final client = fixture.getSut();

final spanContext = SentrySpanContext(
Expand Down