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
Adjust console snippet for better stack trace on iOS
Unfortunately iOS stack traces skip arrow functions, which is why the
cleaned-up stack trace was empty in this snippet. (The trace function
falls back to the original stack trace.)
Add a intermediate named function to the function so we get a clean
trace on iOS.
Change-Id: I86db8a64cc4bb7bfa2c2587a701d251608ca91c5
0 commit comments