MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / setFingerprint

Method setFingerprint

packages/core/src/scope.ts:420–424  ·  view source on GitHub ↗

* Sets the fingerprint on the scope to send with the events. * @param {string[]} fingerprint Fingerprint to group events in Sentry.

(fingerprint: string[])

Source from the content-addressed store, hash-verified

418 * @param {string[]} fingerprint Fingerprint to group events in Sentry.
419 */
420 public setFingerprint(fingerprint: string[]): this {
421 this._fingerprint = fingerprint;
422 this._notifyScopeListeners();
423 return this;
424 }
425
426 /**
427 * Sets the level on the scope for future events.

Callers 3

scope.test.tsFile · 0.80
client.test.tsFile · 0.80
subject.jsFile · 0.80

Calls 1

_notifyScopeListenersMethod · 0.95

Tested by

no test coverage detected