Version 3 Migration Guide
Breaking Changes
- The report object has changed from Sentry's report to our own format.
Please visit
Report
to see the available keys on the new object. In case you need to access a key we don't expose, you can usereport.originalReport
. testkit.extractException
was removed. You can usereport.error
instead.testkit.findReport
now returnsReport
testkit.getExceptionAt
now returnsReportError