I’m using Sentry for a node.js project with socket io library. I enabled autoBreadcrumbs
and captureUnhandledRejections
to true. It works fine.
However when I receive a Sentry issue, the Breadcrumbs section always has 21 events. The message is always show Show 21 collapsed crumbs
. I have not seen any message that has more than 21 events.
Is that mean Sentry limited the trail of events to 21 event on the issues?
Thanks