Open nathanielks opened 5 years ago
Unprocessed segment: { ErrorCode: "MissingId", Message: "Invalid segment. ErrorCode: MissingId" }
Some traces are missing ids somewhere in the stack. @joehoyle you can reach out to me directly for an example trace
I believe the problem is that one of the segments is simply an empty array: [].
[]
Ah yes I had noticed this too! I think we can probably just put a guard statement to now allow doing that.
Some traces are missing ids somewhere in the stack. @joehoyle you can reach out to me directly for an example trace