Jason Yonker

Results 1 comments of Jason Yonker

@sentaur-athena I'm having issues with this using the exact code from the Sentry docs: ``` const hmac = crypto.createHmac('sha256', clientSecret); hmac.update(JSON.stringify(body), 'utf8'); const digest = hmac.digest('hex'); return digest === signature;...