We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab3627 commit 120c34eCopy full SHA for 120c34e
packages/core/src/scope.ts
@@ -272,9 +272,8 @@ export class Scope {
272
}
273
274
/**
275
- * Get the request session from this scope.
276
- *
277
- * @deprecated Use `getSession()` and `setSession()` instead of `getRequestSession()` and `setRequestSession()`;
+ * Set an object that will be merged into existing tags on the scope,
+ * and will be sent as tags data with the event.
278
*/
279
public setTags(tags: { [key: string]: Primitive }): this {
280
this._tags = {
0 commit comments