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
Am I correct in assuming that "compat artifacts" refers to the old API (which was kept for compatibility reasons), and artifacts.DevtoolsLog && artifacts.Trace will remain in place?
Am I correct in assuming that "compat artifacts" refers to the old API (which was kept for compatibility reasons), and artifacts.DevtoolsLog && artifacts.Trace will remain in place?
Carry-over from #15060
Initial pass: #15276
We are keeping these compat artifacts for 11.0 at least. We can potentially drop them in 12.0.
Non-breaking:
artifacts.devtoolsLogs
andartifacts.traces
Ensure downstream users (e.g. pubads) remove usages ofartifacts.devtoolsLogs
andartifacts.traces
Breaking:
defaultPass
prefix from saved artifacts (i.e.defaultPass.trace.json
->trace.json
)devtools-log-compat
andtrace-compat
The text was updated successfully, but these errors were encountered: