(OP here) Thanks for bringing this up – we definitely took inspiration from Sentry Breadcrumbs and actually use this feature in our apps quite a bit.
We found that many bugs are not easily understood by looking at the breadcrumbs trail. Our goal is to give developers all of the context that is needed for fixing bugs: a video, steps to reproduce, and eventually a way to faithfully restore the state of an app at the exact point of failure.
Our goal is not to compete with Sentry, but rather to augment crash reporting tools with a tool dedicated to logging.
We found that many bugs are not easily understood by looking at the breadcrumbs trail. Our goal is to give developers all of the context that is needed for fixing bugs: a video, steps to reproduce, and eventually a way to faithfully restore the state of an app at the exact point of failure.
Our goal is not to compete with Sentry, but rather to augment crash reporting tools with a tool dedicated to logging.