{currentEvent.name}
{currentEvent.function}
{currentEvent.message}
)
}
isDisplayed={currentEvent != null}
content={
currentEvent && {this.renderPopupContent(currentEvent)}
}
onClose={this.closeModal.bind(this)}
/>
Events
Integrations
{' and '}
Events
{
' make debugging easier. Sync your backend logs and custom events with session replay.'
}
>
) : null
}
size="small"
show={filteredStackEvents.length === 0}
>
{filteredStackEvents.map((userEvent, index) => (
jump(userEvent.time)}
/>
// lastIndex}
// // selected={lastIndex === index}
// userEvent={userEvent}
// onJump={() => jump(userEvent.time)}
// />
))}
>
);
}
}