早期执行The message to add to the breadcrumb.
可选category: stringThe category of the breadcrumb.
Adds a breadcrumb to the next Sentry error reported. This can be useful for understanding a "trail" of events leading up to an error. See Sentry documentation for more details: https://docs.sentry.io/product/issues/issue-details/breadcrumbs/
早期执行Adds a tag to the Sentry session. See Sentry documentation for more details: https://docs.sentry.io/platforms/javascript/enriching-events/tags/
早期执行可选captureContext: SentryCaptureContextCaptures an exception event and send it to Sentry. Note that
you can pass not only Error objects, but also other types
of thrown objects - in that case, an attempt will be made to
serialize the object for you, and stack traces are likely to
be missing. See Sentry documentation for more details:
https://docs.sentry.io/platforms/javascript/apis/#capturing-events
早期执行Gets the list of all session tags. See Sentry documentation for more details: https://docs.sentry.io/platforms/javascript/enriching-events/tags/
早期执行早期执行Removes a tag to the Sentry session. See Sentry documentation for more details: https://docs.sentry.io/platforms/javascript/enriching-events/tags/
A class that allows hooking up reporting to Sentry. See https://sentry.io/ for more information.