Toucan API - Correct way to use it?
I have been creating my sentry instance as such:
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?1 Reply
There's ongoing work: https://github.com/robertcepa/toucan-js/pull/234
GitHub
Update to Sentry v8 SDKs by timfish · Pull Request #234 · robertcep...
Closes #232 and closes #221
This PR updates the Sentry SDKs to v8.0.0-rc.2 which involves some breaking changes:
Converts integrations to the newer functional API and naming convention
Removes th...