世界修改
早期执行
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/
世界修改
早期执行
Gets the list of all session tags. See Sentry documentation for more details: https://docs.sentry.io/platforms/javascript/enriching-events/tags/
世界修改
早期执行
Initializes Sentry for use. This must be successfully called before any other Sentry functions are called.
世界修改
早期执行
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.