mirror of
https://github.com/linsa-io/linsa.git
synced 2026-07-19 16:11:09 +02:00
Sentry (#157)
* . * add sentry * prettier * up packages * no edge sentry --------- Co-authored-by: Aslam H <iupin5212@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export async function register() {
|
||||
if (process.env.NEXT_RUNTIME === "nodejs") {
|
||||
await import("./sentry.server.config")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user