navgurukul / chanakya

Testing Platform of NavGurukul
GNU General Public License v3.0
4 stars 16 forks source link

Sentry Integration #50

Open RishabhVerma opened 5 years ago

RishabhVerma commented 5 years ago

Integrate sentry. All our errors should be logged to sentry so we have can fix the bugs at the earliest.

While logging an error to sentry all the data of the request object of hapi should be logged to sentry too. Maybe the request object can be serialised and logged with the stack trace of the error.

RishabhVerma commented 5 years ago

@amarkrsinha1997 Assigning this to you.