-
-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add functions to clear breadcrumbs and bulk set tags and extras in the scope #852
Add functions to clear breadcrumbs and bulk set tags and extras in the scope #852
Conversation
6950ecb
to
5b5c7fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@HazAT should we deprecate the getters on the |
@ste93cry Yes, we could add |
Since they are marked as
|
32be225
to
eb1cbde
Compare
eb1cbde
to
ffa26c0
Compare
This closes #797 by implementing the
setTags
,setExtras
andclearBreadcrumbs
methods on theScope
class. I also refactored the tests to stop relying on reflection to access the active scope of an hub. I wonder if it makes sense to deprecate all the getters on the scope as the other SDKs do not implement them