fix: disable refine telemetry

This commit is contained in:
Derrick Hammer 2024-03-18 15:57:17 -04:00
parent dc4f6f7e23
commit 04c38429fd
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ export default function App() {
{ name: 'files' },
{ name: 'users' }
]}
options={{disableTelemetry: true}}
>
<SdkContextProvider sdk={(auth as PortalAuthProvider).sdk}>
<Outlet/>