Skip to content

v2.16.0

Compare
Choose a tag to compare
@waltjones waltjones released this 13 May 02:04
· 180 commits to master since this release

Highlights

  • Allow callbacks (onSendCallback, CheckIgnore, transform) in react-native target
  • Update TypeScript type for LambdaHandler to work with async call signature
  • Allow increasing the stack trace limit in Chrome, Safari, and Node

Pull requests

Enable onSendCallback and transform callback for react-native, #847
Update npm dependencies with security updates, #846
Fix LambdaHandler type definition to work with async handler functions, #849
Diagnostic improvements, #850
Allow configuration of stack trace limit, #851
Add diagnostic keys for node source maps, #852