Toucan API - Correct way to use it?
I have been creating my sentry instance as such:
Then calling
However it appears this method is now (for a while) deprecated. Are there any instructions on the new correct way to use toucan?
Then calling
sentry.captureException(message | error);However it appears this method is now (for a while) deprecated. Are there any instructions on the new correct way to use toucan?