mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove edge config
This commit is contained in:
parent
e2fe6f963c
commit
1b01abdef1
1 changed files with 1 additions and 5 deletions
|
|
@ -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')
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue