-
-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discard unfinished Spans before sending them over to Sentry #1262
Comments
When a parent span is not finished, but his child spans are finished, should the parent be removed with children or just a parent and children should stay? |
how is it shown in the UI in such cases? does the transaction still get ingested? does the parentless span gets ingested? |
We need to discard Spans that are unfinished before sending them over to Sentry, the reason is getsentry/develop#274
Relay drops the whole transaction if a single Span is unfinished.
@Tyrrrz @brustolin I believe this is also important for you both
The text was updated successfully, but these errors were encountered: