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