You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final spansToBeFinished = _children.where((span) =>!span.finished);
for (final span in spansToBeFinished) {
await span.finish(
status:SpanStatus.deadlineExceeded(),
endTimestamp: commonEndTimestamp,
);
}
solution can be reverted since Relay does it internally now.
Check PR and see if there are more changes that need to be reverted.
Make sure that transactions get ingested after the changes and default values are applied by Relay correctly.
This should be based on v8 branch and add a note about older versions of Sentry self hosted.
Description
Context getsentry/team-mobile#128
The text was updated successfully, but these errors were encountered: