We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a09ea commit ed197d8Copy full SHA for ed197d8
apps/sim/lib/auth/auth.ts
@@ -2231,8 +2231,10 @@ export const auth = betterAuth({
2231
referenceId: subscription.referenceId,
2232
plan: subscription.plan,
2233
error: orgError instanceof Error ? orgError.message : String(orgError),
2234
+ stack: orgError instanceof Error ? orgError.stack : undefined,
2235
}
2236
)
2237
+ throw orgError
2238
2239
2240
try {
0 commit comments