From 5439655d851ae1b7b2d2f1e0b94872f04ca3bb4d Mon Sep 17 00:00:00 2001 From: Akira Hayashi Date: Fri, 18 Oct 2024 11:34:22 +0900 Subject: [PATCH] Insert comment to create preview env --- instrumentation.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/instrumentation.ts b/instrumentation.ts index b1086727..dd8548a9 100644 --- a/instrumentation.ts +++ b/instrumentation.ts @@ -10,4 +10,6 @@ export async function register() { } } +// to create deployment + export const onRequestError = Sentry.captureRequestError;