HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How to integrate Sentry with Vanilla?

Hello Guys, Kindly help to here to know how to integrate Sentry with Vanilla.

Where to write sentry code to track exceptions. Is there any parent class or common library which works as a parent exception handler? Thanks in advance.

Tagged:

Comments

  • R_JR_J Ex-Fanboy Munich Admin

    Well, the exceptions thrown in Vanilla all extend the Exception class. Files are named similar to classes so if you ssearch for files named "*exception*" in the Vanilla folder, you should be able to find some ways to begin. If you want to have an example on how to integrate some external debugging framework, I'd recommend taking a look at the DebugBar plugin

Sign In or Register to comment.