Remove edge config
This commit is contained in:
@ -1,9 +1,5 @@
|
||||
export async function register() {
|
||||
if (process.env.NEXT_RUNTIME === 'nodejs') {
|
||||
await import('./sentry.server.config');
|
||||
}
|
||||
|
||||
if (process.env.NEXT_RUNTIME === 'edge') {
|
||||
await import('./sentry.edge.config');
|
||||
await import('./sentry.server.config')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user