Skip to content

v8.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 19:12
v8.0.0
05b5853

Note: This is a breaking release for the Browser/JavaScript SDK
We are now shipping version 8 of the browser SDK. If you don't have any custom integration with Sentry on the browser side there is nothing for you to do. But if you do please see the Browser SDK v8 migration guide and test this release.
Since this version of the plugin we no longer bundle ES5 versions of the Browser SDK, which means that if you still need to support older browsers (Internet Explorer 11 mainly) you need to stay on 7.x or bring your own ES5 compatible bundles.

  • Update Sentry Browser to version 8.21.0
  • Add support for the User Feedback Widget. Read more about how to enable it here
  • Update PHP SDK to version 4.8.1
  • Add trace propagation meta tags to the HTML output (when tracing is enabled) to allow traces from the browser to be linked to PHP traces