Skip to content

Commit 017fd14

Browse files
committed
fix(pr): Unlimited for am2_business
1 parent 91c67c1 commit 017fd14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/js/getsentry-test/fixtures/am2Plans.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5045,7 +5045,7 @@ const AM2_PLANS: Record<string, Plan> = {
50455045
},
50465046
availableReservedBudgetTypes: AM2_AVAILABLE_RESERVED_BUDGET_TYPES,
50475047
dashboardLimit: -1,
5048-
metricDetectorLimit: 20,
5048+
metricDetectorLimit: -1,
50495049
},
50505050
};
50515051

0 commit comments

Comments
 (0)