Kwan
Kwan
第二个页面设置需要在第一次进入页面的时候 执行data-onpagefirstinto 里的函数,此前未载入过,只有当第二次再进入此页面是才会执行~ data-callback 也是一样~ 请问怎么解决?
无论是在 Safari,微信,还是webview里面,上拉动作未完成之前,会一直抖动
看了一下报错信息是因为Sentry会监听fetch Api的报错 https://github.com/getsentry/sentry-javascript/blob/master/packages/browser/src/integrations/breadcrumbs.ts ``` /** JSDoc */ private _instrumentFetch() ... const fetchData: { method: string; url: string; status_code?: number; } = { method: isString(method) ? method.toUpperCase() : method, url, };...