chore: remove Baselime monitoring integration and dependencies (#348)
- Deleted `@kit/baselime` package and its related files. - Removed Baselime service registration from monitoring in API services. - Cleared `registerInstrumentation`, hooks, provider components, and server utilities associated with Baselime. - Updated package dependencies to exclude `@kit/baselime`.
This commit is contained in:
committed by
GitHub
parent
caf86ce09b
commit
b3acbbe801
@@ -16,15 +16,6 @@ const instrumentationRegistry = createRegistry<
|
||||
NonNullable<MonitoringProvider>
|
||||
>();
|
||||
|
||||
// Register the 'baselime' instrumentation provider
|
||||
instrumentationRegistry.register('baselime', async () => {
|
||||
const { registerInstrumentation } = await import(
|
||||
'@kit/baselime/instrumentation'
|
||||
);
|
||||
|
||||
return { register: registerInstrumentation };
|
||||
});
|
||||
|
||||
// Register the 'sentry' instrumentation provider with a no-op registration, since Sentry v8 sets up automatically
|
||||
instrumentationRegistry.register('sentry', () => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user