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
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Today we generate a single WriteAttribute method which contains values that are only used for instrumentation. The suggestion here is to instead have two methods
WriteAttribute which does not carry any instrumentation information. I'll update this method's signature once I investigate.
WriteInstrumentedAttribute which carries instrumentation information. This method will look identical to the current WriteAttribute.
The primary motive for this method is to have minimal runtime effects when instrumentation (BrowserLink) is not enabled.