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 00c03a8 commit 807cb4dCopy full SHA for 807cb4d
src/BigBlueButtonSignatureValidator.php
@@ -39,6 +39,8 @@ public function isValid(Request $request, WebhookConfig $config): bool
39
try {
40
Webhook::constructEvent($request->all(), $signature, $secret);
41
} catch (Exception $exception) {
42
+ report ($exception);
43
+
44
return false;
45
}
46
// default
0 commit comments