Skip to content

v3.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 00:12
· 49 commits to beta since this release

3.0.0-beta.1 (2021-11-20)

Features

  • Listen by default on port 3000 (71904ce)
  • Simplify Sentry request reporting (c8ac70e), closes #398
  • Use native under-pressure health check (9ee68f5)
  • Use TypeScript declaration merging (a2cdcd7), closes #399

BREAKING CHANGES

  • Options and the createServer function
    are no longer generic.
  • rather than passing the request
    object as the second argument of the server's report
    function, the Sentry decoration can now be accessed
    from the request object, for request-enriched reports.