Skip to content

Commit 120c34e

Browse files
author
Luca Forstner
committed
messed up merge
1 parent 9ab3627 commit 120c34e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/core/src/scope.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,8 @@ export class Scope {
272272
}
273273

274274
/**
275-
* Get the request session from this scope.
276-
*
277-
* @deprecated Use `getSession()` and `setSession()` instead of `getRequestSession()` and `setRequestSession()`;
275+
* Set an object that will be merged into existing tags on the scope,
276+
* and will be sent as tags data with the event.
278277
*/
279278
public setTags(tags: { [key: string]: Primitive }): this {
280279
this._tags = {

0 commit comments

Comments
 (0)