Skip to content

Commit 95cf692

Browse files
committed
chore: format
1 parent 5be6b94 commit 95cf692

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/api/src/hono/app.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,10 @@ export function createHonoApp(config: HonoAppConfig) {
208208
sentryExists: !!sentry,
209209
sentryMethods: sentry
210210
? Object.keys(sentry)
211-
.filter((k) => typeof (sentry as Record<string, unknown>)[k] === "function")
211+
.filter(
212+
(k) =>
213+
typeof (sentry as Record<string, unknown>)[k] === "function"
214+
)
212215
.slice(0, 10)
213216
: [],
214217
environment: env.SENTRY_ENVIRONMENT || env.NODE_ENV || "unknown",

0 commit comments

Comments
 (0)