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
exportconstloader=Sentry.wrapServerLoader({name: "Load Some Data",description: "Loads some data from the db",},async({ params })=>{// ... your loader logic});
description does not seem to exist in the first parameter. The type is SpanOptions which is: