Skip to content

Commit c1a0b01

Browse files
committed
fix(instrumentation): remove unnecessary false condition from register function
1 parent a8fb52e commit c1a0b01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/instrumentation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export async function register() {
22
if (
3-
false &&
43
process.env.NEXT_RUNTIME == "nodejs" &&
54
process.env.NODE_ENV == "development"
65
) {

0 commit comments

Comments
 (0)