chore: remove Sentry configuration + packages upgrades

This commit is contained in:
swve 2025-03-29 17:27:27 +01:00
parent 6ff53915a8
commit dc5ac3039f
8 changed files with 662 additions and 3415 deletions

View file

@ -1,9 +1,9 @@
export async function register() {
if (process.env.NEXT_RUNTIME === 'nodejs') {
await import('./sentry.server.config');
// Node.js specific instrumentation
}
if (process.env.NEXT_RUNTIME === 'edge') {
await import('./sentry.edge.config');
// Edge runtime specific instrumentation
}
}