Turbo v2 (#32)

Updated to Turbo v2, and updated dependencies.
This commit is contained in:
Giancarlo Buomprisco
2024-06-06 15:36:16 +07:00
committed by GitHub
parent aba9076805
commit c9f0ec5d89
22 changed files with 399 additions and 709 deletions

View File

@@ -24,11 +24,9 @@ export async function registerMonitoringInstrumentation() {
}
case InstrumentationProvider.Sentry: {
const { registerInstrumentation } = await import(
'@kit/sentry/instrumentation'
);
// Sentry v8 automatically sets this up
return registerInstrumentation();
return;
}
default: