Update useBaselime hook and upgrade dependencies
Add a captureEvent function to the useBaselime hook for capturing events within the monitoring service. Multiple dependencies, including `@supabase/supabase-js` and `next`, have also been updated to newer versions. This ensures usage of the most recent and efficient versions of the tools needed in our project to resolve potential issues and benefit from recent improvements.
This commit is contained in:
@@ -10,4 +10,8 @@ export class ConsoleMonitoringService implements MonitoringService {
|
||||
`[Console Monitoring] Caught exception: ${JSON.stringify(error)}`,
|
||||
);
|
||||
}
|
||||
|
||||
captureEvent(event: string) {
|
||||
console.log(`[Console Monitoring] Captured event: ${event}`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user