awinogradov / faraway.ai

Personal travel assistant

Home Page:http://faraway.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup Sentry for functions

awinogradov opened this issue · comments

npm install @sentry/node@5.9.0

const Sentry = require('@sentry/node');
Sentry.init({ dsn: 'https://9c5352b619d64faabaebfcde7d4bfe48@sentry.io/1834640' });