Flipper Release: v0.15.0
Summary: - Added build-headless yarn target for producing a headless binary - Crash Reporter plugin added. Details [here](https://fbflipper.com/docs/crash-reporter-plugin.html). - Bug fixes and dependency updates - Desktop notifications for all kinds of crashes with their callstack - Desktop notifications when an exception occurs within [Litho's error boundaries](https://fblitho.com/docs/error-boundaries) - Ability to deeplink to the crash entry in the Logs plugin for Android. This feature is not available in iOS as the callstack doesn't get logged through Flipper's Logs plugin - Ability to copy the stacktrace by right-clicking it - Ability to see the list of crashes in the Notifications hub Reviewed By: passy Differential Revision: D13880665 fbshipit-source-id: 92a3455bb826b6fb22858e2c4c88c0b9ace91a5f
This commit is contained in:
committed by
Facebook Github Bot
parent
0e8b1a7d1a
commit
ca797999eb
@@ -1,7 +1,7 @@
|
||||
folly_compiler_flags = '-DFLIPPER_OSS=1 -DFB_SONARKIT_ENABLED=1 -DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_LIBGFLAGS=0 -DFOLLY_HAVE_LIBJEMALLOC=0 -DFOLLY_HAVE_PREADV=0 -DFOLLY_HAVE_PWRITEV=0 -DFOLLY_HAVE_TFO=0 -DFOLLY_USE_SYMBOLIZER=0'
|
||||
yoga_version = '~> 1.9'
|
||||
yogakit_version = '~>1.8'
|
||||
flipperkit_version = '0.14.2'
|
||||
flipperkit_version = '0.15.0'
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'FlipperKit'
|
||||
spec.version = flipperkit_version
|
||||
|
||||
Reference in New Issue
Block a user