* Sets the fingerprint on the scope to send with the events. * @param {string[]} fingerprint Fingerprint to group events in Sentry.
(fingerprint: string[])
| 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. |
no test coverage detected