You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overloads for capture are added via #1829, let's deprecate withScope as it has some cases where other calls to capture also have the scope from withScope.
Solution Brainstorm
Deprecate in v6, then remove in v7.
The text was updated successfully, but these errors were encountered:
As this came up recently, there are certain use cases for web/backend where withScope() makes actually sense. Thus there's no need to deprecate it. Some more javadoc was added here, as withScope() in combination with globalHubMode doesn't play well together.
Problem Statement
Overloads for
capture
are added via #1829, let's deprecatewithScope
as it has some cases where other calls to capture also have the scope fromwithScope
.Solution Brainstorm
Deprecate in v6, then remove in v7.
The text was updated successfully, but these errors were encountered: