import { Scope } from "https://deno.land/x/sentry_deno@v0.2.2/packages/hub/src/scope.ts";
Holds additional event information. Scope.applyToEvent will be called by the client before an event will be sent.
Properties
Attachments
Array of breadcrumbs.
Contexts
Callback list that will be called after applyToEvent.
Extra
Severity
Request Mode Session Status
Callback for client to receive scope changes.
A place to stash data which is needed at some point in the SDK's event processing pipeline but which shouldn't get sent to Sentry
Session
Span
Tags
User
Methods
Applies fingerprint from the scope to the event if there's one, uses message if there's one instead or get rid of empty fingerprint
This will be called after applyToEvent is finished.
This will be called on every set call.
Add internal on change listener. Used for sub SDKs that need to store the scope.
Applies the current context and fingerprint to the event. Note that breadcrumbs will be added by the client. Also if the event has already breadcrumbs on it, we do not merge them.
Add data which will be accessible during event processing but won't get sent to Sentry