- Ensure
reportUnhandledPromiseRejectionsAsHandled
is correctly handled for all platforms #2239
- Add
reportUnhandledPromiseRejectionsAsHandled
config option to typescript definition #2237
- Add new
reportUnhandledPromiseRejectionsAsHandled
config option to allow unhandled promise rejections to be reported as handled and not contribute to the app stability score #2225
As well as some bug fixes and breaking changes described in the Upgrade Guide, this major SDK release has the following key features:
- Improved API for NodeJS: the
Bugsnag
client can now be used to call SDK methods in the context of the current request - Breadcrumb support for NodeJS: we now support manual breadcrumbs and capture console breadcrumbs automatically
- Improved session reporting for single page apps: a session is now created only once per page load to more accurately reflect a user's session in your app
- (node) Add support for manual breadcrumbs #1927 and automatic console breadcrumbs #2107
- Support error correlation properties in event payloads #2174
- (plugin-angular) Prevent excess change detection cycles when calling
Bugsnag.notify
#1861
- (node) Enable breadcrumbs and context-scoped calls #1927
- (plugin-contextualize) Reimplement without relying on the deprecated node Domain API. From Node 16+ unhandled promise rejections are also supported #1924
- (plugin-navigation-breadcrumbs) Calling
pushState
orreplaceState
no longer triggers a new session whenautoTrackSessions
is enabled #1820 - (plugin-network-breadcrumbs, plugin-electron-net-breadcrumbs) Breaking change: The
request
metadata field in network breadcrumbs has been renamed tourl
and is no longer pre-pended with the HTTP method #1988 - (plugin-network-breadcrumbs, plugin-electron-net-breadcrumbs) Add
method
metadata field to network breadcrumbs #1988 - (plugin-network-breadcrumbs, plugin-electron-net-breadcrumbs) Add
duration
metadata field to network breadcrumbs #1903 - (react-native) Update bugsnag-android from v5.32.2 to v6.6.1
- (react-native) Update bugsnag-cocoa from v6.29.0 to v6.30.1
- (plugin-vue) Check global vue config exists before installing vue 2 handler #2171
- (core) Add new
setTraceCorrelation
method to events #2159
- (react-native) Update bugsnag-cocoa from v6.28.1 to v6.29.0
- (react-native) Update bugsnag-android from v5.32.2 to v5.32.3
- (react-native) Use synchronous native module calls when New Architecture is enabled #2152
- (react-native) Ensure client is initialised synchronously in bridgeless mode #2165
- (react-native) Add privacy manifest resource bundle to podspec #2149
- (plugin-react) Modified the polynomial regular expression to remove the ambiguity #2135
- (react-native) ReactNative apps loaded in the background will no longer start a new session #2154
- (react-native) Discard duplicate JS exceptions in iOS New Architecture #2148
- (electron) Added support for Webpack 5 by exporting separate clients for renderer and main processes #2116
- (react-native-cli) Update the react native cli to install and configure the
@bugsnag/cli
package to upload javascript source maps for react native iOS #2073
- (metadata-delegate) Preventing prototype pollution vulnerabilities #2115
- (plugin-interaction-breadcrumbs) Improved performance of click event breadcrumbs #2094
- (react-native) Rename Bugsnag.framework to BugsnagReactNative.framework #2117
- (browser) Export BrowserBugsnagStatic #2112
- (react-native) Move BugsnagReactNative from objective-c to objective c++ #2113
- (react-native) Update bugsnag-cocoa from v6.28.0 to v6.28.1
- (react-native) Update bugsnag-android from v5.32.1 to v5.32.2
This release adds support for React Native 0.73 to @bugsnag/react-native
- (react-native) Update bugsnag-android from v5.31.3 to v5.32.1
- (plugin-vue) Handle updated Vue error info URL #2068
- (react-native) Publish xcprivacy file from vendored bugsnag-cocoa #2072
- (react-native) Update bugsnag-cocoa from v6.27.3 to v6.28.0 (includes compliance with Apple's Required Reasons API – see online docs)
- (plugin-vue) Fix errorInfo metadata in Vue 3.4+ #2062
- (react-native) Update bugsnag-android from v5.28.4 to v5.31.3
- (react-native) Update bugsnag-cocoa from v6.26.2 to v6.27.3
- (electron) Do not sync to NativeClient when
autoDetectErrors
ornativeCrashes
are disabled #2040
- (electron) Fix startup crash when using Electron v26+ on Linux #2022
- (electron) Fix unhandled secondary errors during delivery #2025
(react-native-cli) Update the react native cli to install and configure the @bugsnag/cli
package to upload javascript source maps for react native android #1990
This release adds support for apps using React Native New Architecture
- (react-native) Support React Native New Architecture #1973
- (electron) Fix
onSendError
callbacks not being called #1999 - (plugin-inline-script-content) Ensure script metadata is added in Safari 16 #1998
- (react-native) Update bugsnag-android from v5.28.3 to v5.28.4
- (react-native) Update bugsnag-cocoa from v6.25.2 to v6.26.2
- (delivery-xml-http-request) Ensure delivery errors are passed to the post report callback #1938
- (web-worker) Change default configuration for autoDetectErrors to false #1919
This release adds support for service workers and web workers #1915
- (delivery-fetch) Create fetch based delivery package #1894
- (web-worker) Create web-worker notifier package #1896
- (plugin-browser-device) Refactor parameters for improved guarding #1896
- (react-native) Update bugsnag-cocoa from v6.25.0 to v6.25.2
- After trimming, attempt to send all event and session payloads, even if believed oversize #1823
- (react-native) Update bugsnag-android from v5.28.1 to v5.28.3
- (plugin-express|plugin-koa|plugin-restify) Fix parts of request metadata being missing from some events #1879
- (plugin-aws-lambda) Fix a bug when used with a server plugin (Express, Koa or Restify) causing internal callbacks to be added multiple times and reporting the wrong request data #1887
- (plugin-electron-renderer-client-state-updates) Fix a bug where state set in renderer config could not be cleared or updated #1893
- (react-native) Update bugsnag-cocoa from v6.24.0 to v6.25.0
- (react-native) Remove dependency on jCenter #1856
- (react-native) Update bugsnag-cocoa from v6.23.1 to v6.24.0
- (react-native) Update bugsnag-android from v5.26.0 to v5.28.1
- (react-native) Update bugsnag-cocoa from v6.22.3 to v6.23.1
- Added
getFeatureFlags()
to error events #1815
- (react-native) Update bugsnag-cocoa from v6.20.0 to v6.22.3
- (react-native) Update bugsnag-android from v5.24.0 to v5.26.0
- Refactor feature flags to maintain insertion order #1802
- (react-native) Update bugsnag-cocoa from v6.18.1 to v6.20.0
- (react-native) Update bugsnag-android from v5.23.0 to v5.24.0
- (react-native) Fixed missing files when installing react-native #1780
- (react-native) Update bugsnag-android from v5.22.4 to v5.23.0
- (react-native) Update bugsnag-cocoa from v6.18.0 to v6.18.1
- (react-native) Add support for React Native v0.69 #1775
- (react-native) Add 0.69 test fixtures and CI coverage #1775
- (plugin-react-native-unhandled-rejection) Fix TypeError when using react native 0.63 or 0.64 #1770
- Support
Error.cause
#1759
- (react-native) Update bugsnag-cocoa from v6.16.1 to v6.18.0
- (plugin-react-native-unhandled-rejection) Update handler to catch unhandled rejections when using hermes #1757
- Added
Bugsnag.isStarted()
to check whether Bugsnag has initialized #1737
- Update type definitions for
Bugsnag.notify()
#1743
- (react-native) Fixed Kotlin related version conflict with Android Gradle Plugin #1750
- (react-native) Update bugsnag-android to v5.22.4
- Reverted bugsnag-android#1680 to avoid deadlocks during startup bugsnag-android#1696
- Improved
app.inForeground
reporting for NDK errors bugsnag-android#1690
- (plugin-network-breadcrumbs) Improve robustness to losing XHR request data #1751
- (react-native) Update bugsnag-android to v5.22.3
- Max reported threads can now be configured using manifest meta-data "com.bugsnag.android. MAX_REPORTED_THREADS" bugsnag-android#1655
- Small improvement to startup performance (Bugsnag.start) bugsnag-android#1648
- Fixed NDK stack-traces for libraries linked after
Bugsnag.start
was called bugsnag-android#1671 - Fixed concurrency bug that could be triggered via the React Native plugin bugsnag-android#1679
- Correctly report
device.locationStatus
on Android 12 onwards usingLocationManager.isLocationEnabled
bugsnag-android#1683 - Small performance improvements to
Bugnag.start
bugsnag-android#1680
- (react-native-cli) Fix 'insert' command with RN 0.68+ #1726
- (plugin-react|plugin-vue|plugin-react-navigation|plugin-react-native-navigation) Set
@bugsnag/core
to be an optional peer dependency to avoid unmet peer dependency warnings #1735 - (electron) Improved error message when no apiKey is provided to Bugsnag.start() #1738
- (plugin-simple-throttle) Warning message added when error handler has exceeded
maxEvents
#1739
-
(expo) This release marks a change in the version scheme used by
@bugsnag/expo
and a move to its own repo,bugsnag-expo
From this version onwards,
@bugsnag/expo
will match the Expo SDK version number. For example,@bugsnag/expo
v44 supports Expo SDK 44. When updating to a new Expo SDK version, you should also update@bugsnag/expo
- (plugin-react) Add 'children' prop to BugsnagErrorBoundary #1723
- (react-native) Fix reporting of
RCTFatal()
crashes on iOS. #1719 - (plugin-electron-app-breadcrumbs) Fix a TypeError caused by using a BrowserWindow object after it is destroyed #1722
- (react-native) Update bugsnag-android to v5.22.0
- The number of threads reported can now be limited using
Configuration.setMaxReportedThreads
(defaulting to 200) bugsnag-android#1607 - Improved the performance and stability of the NDK and ANR plugins by caching JNI references on start bugsnag-android#1596 bugsnag-android#1601
- Fix inconsistencies in stack trace quality for C/C++ events. Resolves a few cases where file and line number information was not resolving to the correct locations. This change may result in grouping changes to more correctly highlight the root cause of an event. bugsnag-android#1605 bugsnag-android#1606
- Fixed an issue where an uncaught exception on the main thread could in rare cases trigger an ANR. bugsnag-android#1624
- Added
Bugsnag.isStarted()
to test whether the Bugsnag client is in the middle of initializing. This can be used to guard uses of the Bugsnag API that are either on separate threads early in the app's start-up and so not guaranteed to be executed afterBugsnag.start
has completed, or where Bugsnag may not have been started at all due to some internal app logic. slack-jallen:#1621 bugsnag-android#1640 - Events and Sessions will be discarded if they cannot be uploaded and are older than 60 days or larger than 1MB bugsnag-android#1633
- Fixed potentially thread-unsafe access when invoking
Bugsnag
static methods across different threads whilstBugsnag.start
is still in-flight. It is now safe to call anyBugsnag
static method onceBugsnag.start
has begun executing, as access to the client singleton is controlled by a lock, so the newisStarted
method (see above) should only be required where it cannot be determined whether the call toBugsnag.start
has begun or you do not want to wait. - bugsnag-android#1638
- Calling
bugsnag_event_set_context
with NULLcontext
correctly clears the event context again bugsnag-android#1637
- The number of threads reported can now be limited using
- (plugin-express): send the request body (if present) as
event.request.body
rather thanevent.metadata.request.body
#1702 - (plugin-restify): Include request body #1701
- (expo): preliminary support for the Expo EAS Update. Please send us feedback on how we can improve our support! kennethlynne #1686 #1695
- (plugin-react-navigation): Allow React Navigation v6 as a peer dependency #1691
- (react-native) Handle circular references in metadata before it's sent to the native notifier layer #1673
- (react-native) Update bugsnag-android to v5.19.2
- New APIs to support forthcoming feature flag and experiment functionality. For more information, please see https://docs.bugsnag.com/product/features-experiments.
- Explicitly define Kotlin api/language versions bugsnag-android#1564
- Build project with Kotlin 1.4, maintain compat with Kotlin 1.3 bugsnag-android#1565
- Discarded unhandled exceptions are propagated to any previously registered handlers bugsnag-android#1584
- Fix SIGABRT crashes caused by race conditions in the NDK layer bugsnag-android#1585
- Fixed an issue where feature-flags were not always sent if an OnSendCallback was configured bugsnag-android#1589
- Fix a bug where api keys set in React Native callbacks were ignored bugsnag-android#1592
- New APIs to support forthcoming feature flag and experiment functionality. For more information, please see https://docs.bugsnag.com/product/features-experiments.
- (expo): Avoid using deprecated constants #1665
- (react-native) Update bugsnag-cocoa to v6.16.1
- New APIs to support forthcoming feature flag and experiment functionality. For more information, please see https://docs.bugsnag.com/product/features-experiments bugsnag-cocoa#1279
- Fix missing imports when building with
CLANG_ENABLE_MODULES=NO
bugsnag-cocoa#1284 - Fix missing user.id in OOM events with no active session. bugsnag-cocoa#1274
- Improve crash report writing performance and size on disk. bugsnag-cocoa#1273 bugsnag-cocoa#1281
- Detect hangs during launch of UIScene based apps. bugsnag-cocoa#1263
- Stop persisting changes made by
OnSendError
callbacks if delivery needs to be retried. bugsnag-cocoa#1262 - Fix incorrect
device.freeDisk
in crash errors. bugsnag-cocoa#1256 - Fix some potential deadlocks that could occur if a crash handler crashes. bugsnag-cocoa#1252
- Fix missing imports when building with
CLANG_ENABLE_MODULES=NO
bugsnag-cocoa#1284
- (expo): Add support for Expo SDK v44 #1640
- (expo): Update expo @bugsnag/source-maps dependency #1637
- (react-native) Update bugsnag-android to v5.18.0
- Improve the memory use and performance overhead when handling the delivery response status codes bugsnag-android#1558
- Harden ndk layer through use of const keyword bugsnag-android#1566
- Delete persisted NDK events earlier in delivery process bugsnag-android#1562
- Add null checks for strlen() bugsnag-android#1563
- Catch IOException when logging response status code bugsnag-android#1567
- This release is broken and has been deprecated on npm
- (react-native-cli): Fix Xcode build error for ejected Expo apps #1623
- (react-native) Update bugsnag-android to v5.17.0
- Bump compileSdkVersion to apiLevel 31 bugsnag-android#1536
- Flush in-memory sessions first bugsnag-android#1538
- Avoid unnecessary network connectivity change breadcrumb bugsnag-android#1540 bugsnag-android#1546
- Clear native stacktrace memory in
bugsnag_notify_env
before attempting to unwind the stack bugsnag-android#1543 - Increase resilience of NDK stackframe method capture bugsnag-android#1484
redactedKeys
now correctly apply to metadata on Event breadcrumbs bugsnag-android#1526- Improved the robustness of automatically logged
ERROR
breadcrumbs bugsnag-android#1531 - Improve performance on the breadcrumb storage "hot path" by removing Date formatting bugsnag-android#1525
- (react-native): Update bugsnag-cocoa to v6.15.1
- (plugin-network-breadcrumbs): Fix a crash when request URL is not a string #1598
- (in-flight): Fix Typescript definition exporting a type instead of a value skirsten #1587
- (plugin-electron-net-breadcrumbs): Don't leave breadcrumbs for requests to the minidumps endpoint #1597
- Add a
default
export to plugins that were missing one #1599
This release adds support for reporting native crashes to @bugsnag/electron
.
If you are using modules with native extensions, you can upload Breakpad symbol files to Bugsnag to symbolicate native errors.
Note: Bugsnag On-premise does not currently support uploading minidump files. This will be supported in an upcoming release.
- (electron): Add support for reporting native crashes #1581
- (plugin-network-breadcrumbs): Fix a crash when request data goes missing #1564
- (expo): Add support for Expo SDK v43 foolem #1556 / #1566
- (react-native): Update bugsnag-cocoa to v6.14.2
- Fix missing
configuration.user
and manually resumedsession
info in unhandled errors. bugsnag-cocoa#1215 - Disable automatic session tracking in app extensions (it was not working as intended.) bugsnag-cocoa#1211
- Stop logging "[ERROR] Failed to install crash handler..." if a debugger is attached. bugsnag-cocoa#1210
- Include the word "request" in network request breadcrumb messages. bugsnag-cocoa#1209
- Prevent a crash that can occur when
-[BSGURLSessionTracingProxy forwardInvocation:]
calls-[NSInvocation selector]
. bugsnag-cocoa#1208 - Apply
redactedKeys
to breadcrumb metadata. bugsnag-cocoa#1204
- Fix missing
- (react-native): Update bugsnag-android to v5.15.0
- Avoid reporting false-positive background ANRs with improved foreground detection. bugsnag-android#1429
- Prevent events being attached to phantom sessions when they are blocked by an
OnSessionCallback
. bugsnag-android#1434 - Plugins will correctly mirror metadata added using
addMetadata(String, Map)
. bugsnag-android#1454
- (react-native): Update bugsnag-android to v5.14.0
- Capture and report thread state (running, sleeping, etc.) for Android Runtime and Native threads bugsnag-android#1367 bugsnag-android#1390
- (react-native): Update bugsnag-cocoa to v6.14.0
- Capture and report thread states (running, stopped, waiting, etc.) bugsnag-cocoa#1200
- Disable app hang detection for app extensions. bugsnag-cocoa#1198
- (react-native): Update bugsnag-cooca to v6.12.2
- Stop dropping breadcrumbs when provided invalid metadata (that is not JSON convertible.) bugsnag-cocoa#1187
- Fix Swift fatal error parsing for messages with no filename. bugsnag-cocoa#1186
- Fix a regression where the session was not captured at launch if Bugsnag was started before
willFinishLaunchingWithOptions
in iOS apps that do not adopt the UIScene life-cycle. bugsnag-cooca#1180
- (react-native): Update bugsnag-android to v5.13.0
- Capture breadcrumbs for OkHttp network requests bugsnag-android#1358 bugsnag-android#1361 bugsnag-android#1363 bugsnag-android#1379
- Update project to build using Gradle/AGP 7 bugsnag-android#1354
- Increased default breadcrumb collection limit to 50 bugsnag-android#1366
- Support integer values in buildUuid bugsnag-android#1375
- Use SystemClock.elapsedRealtime to track
app.durationInForeground
bugsnag-android#1375
- (react-native): Update bugsnag-cooca to v6.12.0
- Events now include a
thermalState
property in thedevice
tab, and unexpected app terminations that occur when the thermal state is critical will now be reported as a "Thermal Kill" rather than Out Of Memory error. bugsnag-cooca#1171 - Fatal app hangs will no longer be reported if the
willTerminateNotification
is received. bugsnag-cooca#1176 - Add breadcrumbs for
UIScene
notifications. bugsnag-cooca#1165
- Events now include a
- (react-native): Update bugsnag-android to v5.12.0
- The
app.lowMemory
value always report the most recentonTrimMemory
/onLowMemory
status bugsnag-android#1342 - Added the
app.memoryTrimLevel
metadata to report a description of the latestonTrimMemory
status bugsnag-android#1344 - Added
STATE
Breadcrumbs foronTrimMemory
events bugsnag-android#1345
- The
- (expo): Add support for Expo SDK v42 #1488
- (react-native): Update bugsnag-android to v5.11.0
- Add Bugsnag listeners for StrictMode violation detection bugsnag-android#1331
- Address pre-existing StrictMode violations bugsnag-android#1328
- (react-native): Update bugsnag-cocoa to v6.10.4
- Fix ThreadSanitizer data race in
BugsnagBreadcrumbs
. bugsnag-cocoa#1160 - Fix another rare crash in
bsg_ksmachgetThreadQueueName
. bugsnag-cocoa#1157
- Fix ThreadSanitizer data race in
- Server framework plugins now honour the
autoDetectErrors
configuration option #1464
- (react-native): Update bugsnag-cocoa to v6.10.2
- Fix ThreadSanitizer data race warning in
BSGAppHangDetector
. bugsnag-cocoa#1153 - Remove (duplicated)
user
information frommetaData
. bugsnag-cocoa#1151 - Fix a potential stack overflow in
+[BugsnagThread allThreadsWithCurrentThreadBacktrace:]
. bugsnag-cocoa#1148 - Fix
NSNull
handling in+[BugsnagError errorFromJson:]
and+[BugsnagStackframe frameFromJson:]
. bugsnag-cocoa#1143 - Fix a rare crash in
bsg_ksmachgetThreadQueueName
. bugsnag-cocoa#1147
- Fix ThreadSanitizer data race warning in
- (react-native): Update bugsnag-android to v5.10.1
- Prefer
calloc()
tomalloc()
in NDK code bugsnag-android#1320 - Ensure correct value always collected for activeScreen bugsnag-android#1322
- Capture process name in Event payload bugsnag-android#1318
- Avoid unnecessary BroadcastReceiver registration for monitoring device orientation bugsnag-android#1303
- Register system callbacks on background thread bugsnag-android#1292
- Fix rare NullPointerExceptions from ConnectivityManager bugsnag-android#1311
- Respect manual setting of context bugsnag-android#1310
- Handle interrupt when shutting down executors bugsnag-android#1315
- React Native: allow serializing enabledBreadcrumbTypes as null bugsnag-android#1316
- Unity: Properly handle ANRs after multiple calls to autoNotify and autoDetectAnrs bugsnag-android#1265
- Cache value of app.backgroundWorkRestricted bugsnag-android#1275
- Optimize execution of callbacks bugsnag-android#1276
- Optimize implementation of internal state change observers bugsnag-android#1274
- Optimize metadata implementation by reducing type casts bugsnag-android#1277
- Trim stacktraces to <200 frames before attempting to construct POJOs bugsnag-android#1281
- Use direct field access when adding breadcrumbs and state updates bugsnag-android#1279
- Avoid using regex to validate api key bugsnag-android#1282
- Discard unwanted automatic data earlier where possible bugsnag-android#1280
- Enable ANR handling on immediately if started from the main thread bugsnag-android#1283
- Include
app.binaryArch
in all events bugsnag-android#1287 - Cache results from PackageManager bugsnag-android#1288
- Use ring buffer to store breadcrumbs bugsnag-android#1286
- Avoid expensive set construction in Config constructor bugsnag-android#1289
- Replace calls to String.format() with concatenation bugsnag-android#1293
- Optimize capture of thread traces bugsnag-android#1300
- Prefer
- Breadcrumbs will now be left when
enabledBreadcrumbTypes
isnull
#1466 - Avoid crash when
enabledBreadcrumbTypes
isnull
#1467 - (plugin-koa): Fix the Koa plugin suppressing other error handlers #1482
- (plugin-console-breadcrumbs): Ensure console breadcrumbs do not run in Expo's dev environment and obscure log line numbers #1453
- (browser): "Bugsnag" loaded breadcrumb now has the type "state" rather than "navigation" #1460
- (plugin-react-native-unhandled-rejections): Remove flow syntax #1461
- (expo): User ID now defaults to
device.id
if no user is set #1454 - (browser): User ID now defaults to
device.id
if no user is set (whencollectUserIp=false
) #1456
- (react-native): Update bugsnag-cocoa to v6.10.0
- Fix an issue that could cause C++ exceptions with very long descriptions to not be reported. bugsnag-cocoa#1137
- Improve performance of adding metadata by using async file I/O. bugsnag-cocoa#1133
- Improve performance of leaving breadcrumbs by using async file I/O. bugsnag-cocoa#1124
- (expo): Prevent internal NetInfo connectivy requests from showing as breadcrumbs #1443
- (react-native): Update bugsnag-cocoa to v6.9.7
- Prevent some potential false positive detection of app hangs. bugsnag-cocoa#1122
- Improve accuracy of app hang event information to better reflect state at time of detection. bugsnag-cocoa#1118
- (react-native): Ensure source maps are uploaded correctly in Xcode for RN <0.64 #1438
- (react-native): Update bugsnag-cocoa to v6.9.5
- Stop app hangs being reported if app is launched in the background. bugsnag-cocoa#1112
- Stop session being reported if app is launched in the background. bugsnag-cocoa#1107
- Fix KSCrash state storage for apps with no CFBundleName. bugsnag-cocoa#1103
- (react-native): Prevent unhandled promise rejections being split into multiple log calls #1419
- (react-native): Update bugsnag-cocoa to v6.9.4
- Improve performance of
notify()
. bugsnag-cocoa#1102 bugsnag-cocoa#1104 bugsnag-cocoa#1105 - Fix a crash in
-[BugsnagApp deserializeFromJson:]
if main Mach-O image could not be identified, and improve reliability of identification. bugsnag-cocoa#1097 bugsnag-cocoa#1101 - Remove need for
-ObjC
linker flag if linking Bugsnag as a static library. bugsnag-cocoa#1098
- Improve performance of
- (react-native): Update bugsnag-android to v5.9.4
- Unity: add methods for setting autoNotify and autoDetectAnrs bugsnag-android#1233
- Including bugsnag.h in C++ code will no longer cause writable-strings warnings bugsnag-android#1260
- Small performance improvements to device and app state collection bugsnag-android#1258
- NDK: lowMemory attribute is now reported as expected bugsnag-android#1262
- Don't include loglog.so in ndk plugin builds performed on Linux bugsnag-android#1263
- (react-native): Only include
codeBundleId
in payload if it has a value #1426
- (react-native): Update bugsnag-cocoa to v6.9.2
- Add a mechanism for reporting errors that occur within the notifier. bugsnag-cocoa#1089
- Fix compiler warnings when additional warning flags are enabled. bugsnag-cocoa#1092 bugsnag-cocoa#1094
- (react-native): Update bugsnag-android to v5.9.3
- Avoid unnecessary collection of Thread stacktraces bugsnag-android#1249
- Prevent errors in rare cases where either ConnectivityManager or StorageManager is not available bugsnag-android#1251
- Change the Bugsnag-Internal-Error header to "bugsnag-android" bugsnag-android#1252
- Prevent resource exhaustion when Throwable cause chains are recursive bugsnag-android#1255
- Added Date support to ObjectJsonStreamer bugsnag-android#1256
- (browser,node): Add default
appType
#1415
- (react-native): Always upload JS bundle (rather than .hbc bundle) during Xcode source map upload build phase
This release adds @bugsnag/electron
, a notifier for use on apps that are built using Electron.
- (electron): a new top-level notifier
@bugsnag/electron
and related plugins
- (node): File paths in stacktraces now always use
/
as the path separator - (node): Surrounding code can be fetched from file paths that are relative to the project root
- (react-native): Update bugsnag-android to v5.9.2
- Guard against exceptions with null stack traces bugsnag-android#1239
- Fix bug that terminated the app when multiple ANRs occur bugsnag-android#1235
- Prevent rare NPE in log message bugsnag-android#1238
- Prevent rare NPE when capturing thread traces bugsnag-android#1237
- Catch exceptions thrown by Context.registerReceiver to prevent rare crashes bugsnag-android#1240
- Fix possible NegativeArraySizeException in crash report deserialization bugsnag-android#1245
- (react-native-cli): Add support for ejected Expo apps #1365
- (react-native): Add support for Xcode 12 #1314
- (react-native): Update bugsnag-cocoa to v6.9.1
- Fix a possible deadlock when writing crash reports for uncaught Objective-C exceptions. bugsnag-cocoa#1082
- Fix missing
context
for crash, OOM, and app hang errors. bugsnag-cocoa#1079 - Fix
app
properties in OOMs for apps that overrideappType
,appVersion
,bundleVersion
orreleaseStage
in their config. bugsnag-cocoa#1078 event.threads
will now be empty, rather than containing a single thread, ifsendThreads
dictates that threads should not be sent. bugsnag-cocoa#1077
- (react-native): Update bugsnag-cocoa to v6.9.0
- App hangs that occur while an app is in the background will no longer be reported. bugsnag-cocoa#1075
- Add
binaryArch
andrunningOnRosetta
to theapp
metadata tab. bugsnag-cocoa#1073 - Bugsnag can now be used without AppKit, allowing use in daemons and other processes running in non-UI sessions. bugsnag-cocoa#1072
- (react-native): Update bugsnag-android to v5.9.1
- Add projectPackages field to error payloads bugsnag-android#1226
- Fix deserialization bug in persisted NDK errors bugsnag-android#1220
- (react-native): Update bugsnag-cocoa to v6.8.4
macCatalystiOSVersion
is now reported for apps built with Mac Catalyst and iOS app running on Apple silicon. bugsnag-cocoa#1066- Fix crashes that could occur in
bsg_recordException
in low memory conditions. bugsnag-cocoa#1068 - Fix a crash in
bsg_ksmachgetThreadQueueName
. bugsnag-cocoa#1065 - Improve timestamp accuracy to fix breadcrumbs that are reported to occur after the error. bugsnag-cocoa#1062
- (plugin-aws-lambda): Change Typescript definitions for compatibility with
@types/aws-lambda
#1353 (k-ish)
- (react-native): Update bugsnag-cocoa to v6.8.3
- Catch exceptions thrown while preparing JSON for upload rather than crashing. bugsnag-cocoa#1063
- Prevent app hangs being reported if a debugger is attached. bugsnag-cocoa#1058
- Improve support for Mac Catalyst and iOS apps running on macOS. bugsnag-cocoa#1056 bugsnag-cocoa#1055 bugsnag-cocoa#1053
- (react-native): Update bugsnag-cocoa to v6.8.1
- Fix unreliable ordering of breadcrumbs. bugsnag-cocoa#1049
- (react-native): Update bugsnag-android to v5.9.0
- Bump compileSdkVersion to apiLevel 30 bugsnag-android#1202
- Collect whether the system has restricted background work for the app bugsnag-android#1211
- Improve detection of rooted devices bugsnag-android#1194 bugsnag-android#1195 bugsnag-android#1198 bugsnag-android#1200 bugsnag-android#1201
- (react-native): Update bugsnag-cocoa to v6.8.0
- Detect app hangs that make your app unresponsive. bugsnag-cocoa#1039
- Fix a heap buffer overflow reported by Address Sanitizer. bugsnag-cocoa#1043
- Fix parsing of
callStackSymbols
where the image name contains spaces. bugsnag-cocoa#1036 - Fix a possible deadlock when writing crash reports for unhandled errors. bugsnag-cocoa#1034
- (react-native): Update bugsnag-android to v5.8.0
Configuration#launchCrashThresholdMs
is deprecated in favour ofConfiguration#launchDurationMillis
- Add public API for crash-on-launch detection. bugsnag-android#1157 bugsnag-android#1159 bugsnag-android#1165 bugsnag-android#1164 bugsnag-android#1182 bugsnag-android#1184 bugsnag-android#1185 bugsnag-android#1186 bugsnag-android#1180 bugsnag-android#1188 bugsnag-android#1191
- (plugin-koa): Ensure
ctx.request.body
is present on the event's request property by collecting it at the last possible moment #1292 - (react-native): Update bugsnag-cocoa to v6.7.1
- Fix
os_proc_available_memory
runtime link error on Mac Catalyst. bugsnag-cocoa#1025 - Fix missing
osName
andosVersion
for errors reported from app extensions that do not link against UIKit. bugsnag-cocoa#1022 - Fix incorrect
freeMemory
for errors reported vianotify()
bugsnag-cocoa#1021
- Fix
- (react-native): Update bugsnag-cocoa to v6.7.0
- Identify crashes that occur whilst your app is launching. bugsnag-cocoa#1004
- Fix inaccurate
app.duration
after multiple calls tonotify()
bugsnag-cocoa#1014 - Fix a possible deadlock when writing crash reports for unhandled errors. bugsnag-cocoa#1013
- (react-native): Update bugsnag-android to v5.7.1
- Fix for bad pointer access crash in JNI deliverReportAtPath bugsnag-android#1169
- Check additional JNI calls for pending exceptions and no-op bugsnag-android#1142
- Move free() call to exit block bugsnag-android#1140
- Replace strncpy() usage with safe function call bugsnag-android#1149
- Prevent NPE when delivering internal error reports bugsnag-android#1150
- Further robustify string copying and JNI exception checks bugsnag-android#1153
- Support native stack traces in the ANR plugin bugsnag-android#972
- (expo): Ensure Expo plugins depend on same version of NetInfo package #1319
- (react-native): Update bugsnag-cocoa to v6.6.4
- Fix possible deadlock when recording thread information for handled errors bugsnag-cocoa#1011
- Fix Swift 5.4 fatal error message parsing bugsnag-cocoa#1010
- Improve accuracy of jailbreak detection bugsnag-cocoa#1000
- (react-native): Update bugsnag-cocoa to v6.6.3
- Improve performance of thread recording for handled errors bugsnag-cocoa#992
- Stop Bugsnag unregistering other signal handlers when catching a mach exception bugsnag-cocoa#976/bugsnag-cocoa#1002
- Fix a tvOS file permission error that was introduced in 6.5.1 bugsnag-cocoa#996
- Fix an analyzer warning bugsnag-cocoa#994
- (react-native): Store source maps in a temporary directory during Xcode build phases to support source map filenames with whitespace. See source map upload docs for info on how to change your build script to utilize this. #1289
- (react-native): Capture additional native stack for native promise rejections #1253
- (react-native): Update bugsnag-android to v5.6.2
- Check additional JNI calls for pending exceptions and no-op bugsnag-android#1133
- Fix rare crash when loading device ID bugsnag-android#1137
- (react-native): Update bugsnag-cocoa to v6.6.1
- Fix compiler warnings when importing Bugsnag from Objective-C sources that do not use ARC. bugsnag-cocoa#985
- Fix a rare crash that could occur in the event of JSON parsing failures. bugsnag-cocoa#987
- (plugin-vue): Add support for Vue 3 #1280
- (plugin-inline-script-content): Ensure inline script content isn't included when the DOM
onreadystatechange
interactive
event is missed. #1290
- (react-native): Update bugsnag-cocoa to v6.6.0
- The NSError
userInfo
property is now included in reports. bugsnag-cocoa#974
- The NSError
- (react-native): Update bugsnag-android to v5.5.1
- Alter ANR SIGQUIT handler to stop interfering with Google's ANR reporting, and to avoid unsafe JNI calls from within a signal handler bugsnag-android#1078
- Alter HTTP requests to stop using chunked transfer encoding bugsnag-android#1077
- Allow null device IDs, preventing rare crash in Bugsnag initialization bugsnag-android#1083
- (react-native): Ensure plugin usage is compatible with running an app in a remote debugger #1250
As of 7.6.0 the monorepo contains @bugsnag/react-native-cli
, a new command line tool to help set up Bugsnag in React Native projects.
- (react-native-cli): New
@bugsnag/react-native-cli
package. #1214 - (react-native): Source map upload script to be run as an Xcode build phase. #1214
- (expo):
app.type
will now default to 'ios' or 'android'. 1244 - (react-native): Deprecate use of
bugsnag-react-native.gradle
in favour of Bugsnag Android Gradle Plugin. #1214 - (react-native): Update bugsnag-cocoa to v6.5.1
- Fix a regression where OOM events were missing session information. bugsnag-cocoa#963
- Make
maxPersistedEvents
andmaxPersistedSessions
default to 32 and 128, respectively. bugsnag-cocoa#966
- (react-native): Ensure unhandled promise warning is logged in development #1235
- (core): the
OnErrorCallback
type definition now allowsPromise<boolean>
as a return type. #1224
-
(expo): Add support for Expo SDK v40 #1219
-
(react-native): Update bugsnag-cocoa to v6.5.0
- Add
errorClass
configuration option. bugsnag-cocoa#938 - Add
maxPersistedEvents
configuration option. bugsnag-cocoa#936 - Add
maxPersistedSessions
configuration option. bugsnag-cocoa#943 - Add
[Bugsnag]
prefix to log messages. bugsnag-cocoa#955 - Fix reliability of Swift fatal error message reporting. bugsnag-cocoa#948
- Add
-
(react-native): Update bugsnag-android to v5.5.0
This release supports initializing Bugsnag in multi processes apps. If your app uses Bugsnag in multiple processes, you should initialize Bugsnag with a unique
persistenceDirectory
value for each process. Please see the docs for further information.- Store user information in persistenceDirectory bugsnag-android#1017
- Use consistent device ID for multi process apps bugsnag-android#1013
- Create synchronized store for user information bugsnag-android#1010
- Add persistenceDirectory config option for controlling event/session storage bugsnag-android#998
- Add configuration option to control maximum number of persisted events/sessions bugsnag-android#980
- Increase kotlin dependency version to 1.3.72 bugsnag-android#1050
- (react-native): Update bugsnag-cocoa to v6.4.1
- (react-native): Update bugsnag-android to v5.4.0
- (expo): Update the
postPublish
hook to use the new@bugsnag/source-maps
library. [#1124]
- (expo): Add integrity header to verify Error and Session API payloads have not changed. #1172
- (react-native): Update bugsnag-android to v5.3.1
- Add integrity header to verify Error and Session API payloads have not changed. bugsnag-android#978
- Prevent potential SHA-1 hash mismatch in Bugsnag-Integrity header #1028
- (react-native): Update bugsnag-cocoa to v6.3.0
- Add integrity header to verify Error and Session API payloads have not changed. bugsnag-cocoa#881
- Out Of Memory errors now include more information, including custom metadata and user information. bugsnag-cocoa#915 bugsnag-cocoa#908
- Fixed incorrect app version reported when sending crash reports from older versions of Bugsnag (before 6.2.3) bugsnag-cocoa#911
- Fixed a rare crash in -[BugsnagClient computeDidCrashLastLaunch] bugsnag-cocoa#917
- (core) The
event.unhandled
flag can now be changed in callbacks #1148
- (react-native): Update bugsnag-cocoa to v6.2.5
- Fixed a rare crash due to a race condition in BugsnagSystemState. bugsnag-cocoa#893
- Out Of Memory errors are no longer reported if a device reboot was detected. bugsnag-cocoa#822
- (react-native): Update bugsnag-cocoa to v6.2.4
- The
onCrashHandler
is no longer called in the event of an OOM. bugsnag-cocoa#874 - os_proc_available_memory() is now used to get free memory, if available. bugsnag-cocoa#851
- CPU and memory impact of leaving breadcrumbs has been reduced. bugsnag-cocoa#851
- Fix app version reported for crashes that occur before an upgrade. bugsnag-cocoa#862
- Catch exceptions when (de)serializing JSON. bugsnag-cocoa#856
- The
- (react-native): Update bugsnag-android to v5.2.3 #1119
- Flush persisted sessions on launch and on connectivity changes bugsnag-android#973
- Increase breadcrumb time precision to milliseconds bugsnag-android#954
- Default to allowing requests when checking connectivity bugsnag-android#970
- Support changing NDK Event's api key in OnErrorCallback bugsnag-android#964
- (expo): Bump expo dependency versions to keep in sync #1103
- (react-native): Update bugsnag-cocoa to v6.2.2
- Support "foreground" duration in MacOS as well. bugsnag-cocoa#848
- Timestamp accuracy in reports has been increased from seconds to milliseconds. bugsnag-cocoa#847
- Calculation of "foreground" duration now also includes time in UIApplicationStateActive and UIApplicationStateInactive states in order to match Apple's definition of "foreground". bugsnag-cocoa#839
- (react-native): Update bugsnag-android to v5.2.2
- Avoid crash when initializing bugsnag in attachBaseContext bugsnag-android#953
- Prevent ConcurrentModificationException when setting redactedKeys bugsnag-android#947
- (plugin-react-native-navigation): New plugin that integrates with React Native Navigation. #1065
- (plugin-react-navigation): New plugin that integrates with React Navigation. #1067
- (browser): Attach an anonymous device ID to error reports and sessions when the new
generateAnonymousId
option is enabled. #1072
- (react-native): Allow plugins to be set in the JS layer. #1064
- (expo): Add support for Expo SDK v39 #1052
- (react-native): Update bugsnag-cocoa to v6.1.7 #1081
- Re-enabled the
Require Only App-Extension-Safe API
build setting bugsnag-cocoa#823 - Fix reporting of events with more than one error bugsnag-cocoa#821
- Fix crash-on-launch (attempt to insert into immutable dictionary). bugsnag-cocoa#819
- Add
+[Bugsnag breadcrumbs]
to allow apps to fetch the list of breadcrumbs. bugsnag-cocoa#813 - Disable JSON pretty-printing in KSCrash reports to save disk space and bandwidth. bugsnag-cocoa#802
- Fix reporting of Mach exception code and subcode. bugsnag-cocoa#806
- Create date formatters at init time to avoid potential race conditions. bugsnag-cocoa#807
- Refactor OOM handler to be less suceptible to data loss on crash. bugsnag-cocoa#804
- Re-enabled the
- (react-native): Update bugsnag-android to v5.2.1 #1080
- Support changing Event's api key in OnErrorCallback bugsnag-android#928
- Ensure device ID is set separately to the user ID bugsnag-android#939
- Improve stack traces and grouping for promise rejections on React Native < 0.63.2 bugsnag-android#940
- Prevent ConcurrentModificationException thrown from Metadata class bugsnag-android#935
- Prevent incorrect merge of nested maps in metadata bugsnag-android#936
- Improve stack traces and grouping for React Native promise rejections bugsnag-android#937
- (react-native): Update bugsnag-cocoa to 6.1.4. Fixes: Copy the metadata observer list rather than mutating it directly. #1048
- (react-native): Suppress unchecked cast warnings for React Native Android #1027
- (react-native): Provide proguard rules to ensure reflection works on minified/obfuscated Android builds #1030
- (react-native): Remove unnecessary log on iOS #1028
- (plugin-react): Make type definitions
BugsnagErrorBoundary
andBugsnagPluginReactResult
available for external use. 934 / #1009
- Use a peer dependency on @bugsnag/core in plugins #1012
- (expo): Ensure type definitions allow config to be supplied without an
apiKey
, as it may be supplied inapp.json
instead. #1010 - (plugin-angular): Update bundles and package entrypoints to support the Ivy renderer. #994
- (react-native): Add
codeBundleId
to config type definition. #1011
- (react-native): Ensure type definitions are included the @bugsnag/react-native package. #1002
- (plugin-react): Reinstate updated code after a bad merge on the type definitions. #987
As of this version, this repo contains our brand new notifier for React Native @bugsnag/react-native
. See the docs and upgrade guide for more info.
Some minor internal changes to shared code were made to support the new notifier, but no external changes are required for existing @bugsnag/js
or @bugsnag/expo
users to upgrade to this version.
- (plugin-vue): Ensure the
window.Vue
fallback does not throw in environments wherewindow
is undefined. #928 - (plugin-react): Ensure the
window.React
fallback does not throw in environments wherewindow
is undefined. #930 - (types): Use
Record<string,string>
instead ofobject
for thestackframe.code
property on events. #929
- (browser|node) Record the length of time the app has been running when an error occurs #881
- (plugin-browser-device): Add device orientation to error reports #881
- (plugin-expo-device): Add device manufacturer and model name for non-iOS devices to error reports #881
- (plugin-expo-device): Add total memory to error reports #881
- (plugin-node-device): Add OS name, OS version, total memory and free memory to error reports #881
- Update
@bugsnag/safe-json-stringify
to makeredactedKeys
case insensitive when using strings #905 - (expo): Add support for Expo SDK v38 #781
- (plugin-express): Ensure
req.body
is always present in metadata by collecting it at the last possible moment #872
- (plugin-express): Use import syntax that works without TypeScript's
esModuleInterop
compiler flag #866 - (expo-cli): Ensure version detection logic for @bugsnag/expo works after v7.0.0 #865
- (core): Ensure callbacks supplied in config permit functions with no named arguments #863
This update contains some substantial changes to plugin type definitions. If you are using TypeScript alongside a framework, you may need to make changes to your app. Please refer to the upgrade guide.
- (plugin-react|plugin-vue): Support late passing of framework reference #839
- (plugin-react): Add type definitions for
Bugsnag.getPlugin('react')
#839 - (plugin-vue): Add type definitions for
Bugsnag.getPlugin('vue')
#839 - (plugin-react): Add
clearError
prop toErrorBoundary
#797 - (plugin-express|plugin-koa|plugin-restify): Add full type definitions for plugins #853
- (types): Correct
init
static method name tostart
#847
- (plugin-vue): Fix plugin type definitions #809
- (delivery-expo): Ensure Expo delivery logs event details correctly (instead of
undefined
) #804 - (expo-cli): Ensure Expo cli inserts correct code depending on the version of the notifier #808
- (expo): Ensure types allow
.start()
with no arguments #817
- Add
onBreadcrumb
andonSession
callbacks. #665 - Add
pauseSession()
andresumeSession()
methods toClient
#666 - Add static
Bugsnag
client interface #685 - Add
getUser()
andsetUser()
methods toSession
#692
- Migrate lint tooling to ESLint for both .js and .ts source files #644
- Rename
autoNotify
->autoDetectErrors
, and addenabledErrorTypes
option for granularity #706 - Rename
autoCaptureSessions
->autoTrackSessions
and simplify validation logic #647 - Rename
report
toevent
#646 - Rename
notifyReleaseStages
->enabledReleaseStages
#649 - Rename
beforeSend
->onError
, removeevent.ignore()
and refactor callback logic #654 - Update signature of
notify(err, opts?, cb?)
->notify(err, onError?, cb?)
for a canonical way to update events #655 - Simplify client configuration, and store resulting config privately #656
- User is now stored privately on
client
andevent
and updated via get/set methods #657 - Remove individual breadcrumb flags in favour of
enabledBreadcrumbTypes
, renamebreadcrumb.{ name -> message, metaData -> metadata }
, and updateleaveBreadcrumb()
type signature to be more explicit #650 - Rename
metaData
->metadata
and add consistentadd/get/clearMetadata()
methods toClient
/Event
for manipulating metadata explicitly, rather than mutating a property #658 - Update
leaveBreadcrumb()
type signature to returnvoid
. #661 - Refactor
notify()
to not accept events (they go via_notify()
instead). ConsolidateEvent
static methods into a single.create()
utility, used by all automatic error detection components. #664 - Stop applying default error class/message when none is supplied #676
- Remove Bugsnag* prefix from internal class names #679
- Rename and make private the
Session
methodtrackError()
->_track()
#675 - Update
Event
to support multiple errors #680 - Move context to a private property on
Client
, and get/set viagetContext()/setContext()
#681 - Update
@bugsnag/safe-json-stringify
to replace redacted values with[REDACTED]
#683 - Update
collectUserIp
option to use[REDACTED]
instead of[NOT COLLECTED]
for consistency #743 - Refactor type definitions #682
- Ensure automatic context is not used when
setContext(null)
has been called #694 - Rename
filters
option toredactedKeys
#704 - Rename
device.modelName
todevice.model
#726 - Rename
client.refresh()
toclient.resetEventCount()
#727 client.use(plugin)
has been removed and plugins must now be passed in to configuration #759- Invalid configuration (except for
apiKey
) now falls back to default values rather than throwing an error #759
- Remove non-public methods from
Client
interface:logger()
,delivery()
andsessionDelegate()
#659 - Remove
client.request
property #672 - Remove
client.device
property #673 - Remove
client.app
property #677 - Move breadcrumbs to a private property on
client._breadcrumbs
#681
- (expo): Ensure Expo packages that depend on
NetInfo
have their versions locked #796 - (expo-cli): Update Expo versions installed by the cli #796
Note, alongside this release, additional patches were made to previous minor versions of @bugsnag/expo
: 6.5.3
and 6.4.4
. This is to ensure the correct version of NetInfo
is depended on for SDK versions 36 and 34 respectively.
- (expo): Add support for Expo SDK v37 #781
- (node): Use
util.inspect()
on plain object errors when logging their value #696
- (delivery-x-domain-request): Correct
this
->client
reference when attempting to log an error #722
- (expo): Pin
@react-native-community/netinfo
dependency to exact version bundled by Expo #691 - (plugin-express), (plugin-restify): Send request metadata as the correct
notify()
parameter #687
- (expo): Add support for breaking changes in Expo SDK v36 #670
- (expo-cli): Choose a compatible version of @bugnsnag/expo for SDK v33-35 #670
- (plugin-network-breadcrumbs): Fixes the
window.fetch
monkey-patch to also acceptRequest
. #662
- (plugin-angular): Ensure Node notifier matches the type interface in the .d.ts file #626
- (plugin-koa): Ensure unhandled Koa errors are logged out and that non-errors don't generate two reports #614
- (plugin-inline-script-content): Tolerate errors when trying to call existing installed handler #613 (fixes #608)
- (plugin-inline-script-content): Ensure line numbers are correct when error is at line 1/2/3 #616
- (plugin-koa|express|restify): Ensure
clientIp
andreferer
are properly collected #617 (fixes #615)
- (expo): Support Expo SDK 34, dropping support for versions < 33 #610
- (expo-cli): Check for the current version of Expo and install an appropriate version of
@bugsnag/expo
#610
- (plugin-inline-script-content): Tolerate
WebDriverException: Message: Permission denied to access property "handleEvent"
errors when running in selenium #605 - (core): Tolerate being bundled in strict mode #584
- (plugin-inline-script-content): Ensure event handlers added before Bugsnag can be removed #582
- (core): Update
error-stack-parser
to ensure spaces in filenames are parsed correctly #612
- (plugin-inline-script): Ensure inline script content callback doesn't cause error logs when there are no stackframes #559 / #563
- (plugin-angular): Bundle an ES5 and an ES6 version of the plugin to support various Angular build settings #565 / #563
- (expo): Support configuration of post-publish hook, allowing On-premise users to customize the build/source map endpoints. #542
- (plugin-inline-script-content): Overhaul inline script tracking #528
- (node): Add Node version string to report and session payloads (device.runtimeVersions) #537
- (core): Update docs url so that it doesn't follow a redirect #536
- (plugin-navigation-breadcrumbs): Compile away
_restore()
function from output bundle which is only used in tests #533
- (plugin-koa): Send the correct status code when handling
ctx.throw()
errors #541 - (plugin-angular): Target ES6 so that classes in the build are native, not polyfilled #540
- (plugin-angular): Support subsequent rebuilds of an Angular app in AOT mode #539
- (plugin-node-surrounding-code): Truncate line length so that minified code doesn't exceed payload limit #531
This release adds @bugsnag/expo
, a notifier for use on React Native apps that are built using Expo.
A small internal change was made to facilitate this new notifier, but there are no changes required for existing users of documented APIs.
- (expo): a new top-level notifier
@bugsnag/expo
including a whole bunch of packages:@bugsnag/delivery-expo
- Expo-specific delivery mechanism which caches on disk when a crash happens, or the network is not available@bugsnag/plugin-expo-app
- gathers app information@bugsnag/plugin-expo-device
- gathers device information@bugsnag/plugin-react-native-app-state-breadcrumbs
- collects breadcrumbs when the app transitions to the foreground/background@bugsnag/plugin-react-native-connectivity-breadcrumbs
- collects breadcrumbs when the state of the network changes@bugsnag/plugin-react-native-global-error-handler
- reports unhandled errors@bugsnag/plugin-react-native-orientation-breadcrumbs
- collects breadcrumbs when the device orientation changes@bugsnag/plugin-react-native-unhandled-rejection
- reports unhandled promise rejections
- (core): internal delivery interface now receives the
client
it is attached to on creation, and thesendReport
/sendSession
methods are no longer passed thelogger
andconfig
objects which can be accesses on the client #489 (Note: this was an undocumented internal API)
- (core): Improvements to logging and available information when error reports are not sent #515
- (delivery-node): Error stack is now included in first argument to logger #486
- (core): Stacktrace is omitted in error breadcrumbs (it's not used by the dashboard) #512
- (plugin-navigation-breadcrumbs):
startSession()
is not called whenautoCaptureSessions=false
#514 - (plugin-express): Express/Connect now send a 500 (not 200) HTTP status when about to crash #513
- (core): Bad logic in
notify()
error normalisation #516
request
is no longer used for sending error reports and sessions. This results in a much smaller dependency footprint. If you were using theproxy
option orhttp(s)_proxy
environment variables you will need to update your implementation to pass in a proxy agent. See the proxy guide on our docs for more information.
- Prevent incorrect warning about missing peer dependencies when using yarn (#478)
- Deduplicate module in browser bundle (#479)
- Support serialising error objects (via. @bugsnag/[email protected]) (#356, #458)
- Fixed granular breadcrumb config logic (#461, #465, #466)
- Support @bugsnag/node being consumed in a Webpack bundle for Node (#450, #441)
- Tolerate errors accessing properties of an unhandled rejection event (#394, #442)
- Improve robustness of
window.onerror
callback, supporting additional jQuery parameter (#443, fixing #393 and #392) - Add CORS header
Access-Control-Allow-Origin: *
to uploaded S3 assets (#444)
- Ensure objects with a
null
prototype or badtoString()
implementation don't cause an error in console breadcrumbs (#429) - Ensure user ip is not collected when
collectUserIp=false
but user.id is explicitlyundefined
(#428) - Ensure previous
window.onerror
callback is always called (#427) - Ensure previous
window.onreadystatechange
callback is called (#426) - Ensure log methods are correctly called and that relevant callbacks are called in the event of a report failure (#437)
- Nuxt.js example (#425)
This is the first release of Bugsnag notifiers under the @bugsnag
namespace.
This "universal" repository combines Bugsnag's browser and Node.js notifiers and so for continuity with the browser version, which was at v4, the starting point for this monorepo and all of its packages is v5.0.0
.
See UPGRADING.md for guidance on how to update your application.
- Stop sending stacktrace with breadcrumb metadata
- Added missing instance properties to
Breadcrumb
TypeScript definition
- Workaround for iOS9 Safari CSP issue which caused bugsnag-js to throw an error (#358, #357)
This release fixes a couple of bugs with stacktrace parsing.
- Incorrect parsing of stacktraces for errors in Chrome that have no stackframes (#355)
- Incorrect parsing of stacktraces for errors in Firefox/Safari that have "@" in the URL path (#354)
Note: this release alters the behaviour of the notifier to track sessions automatically.
As part of this change, the way in which URLs are configured has been updated:
- endpoint: 'https://bugsnag-notify.example.com',
- sessionEndpoint: 'https://bugsnag-sessions.example.com',
+ endpoints: {
+ notify: 'https://bugsnag-notify.example.com',
+ sessions: 'https://bugsnag-sessions.example.com'
+ }
endpoints
and sessionEndpoints
are now deprecated but still supported. Note that session tracking
will be disabled if the notify endpoint is configured but the sessions endpoint is not – this is to
avoid inadvertently sending session payloads to the wrong server.
- A new end-to-end/black box test suite has been added (#351)
autoCaptureSessions
default value wasfalse
and is now true (#341)
endpoint
andsessionEndpoints
have been deprecated and combined into a single new option:endpoints
(#341)
- The old
e2e
test suite has been removed (#351)
- Use the correct network breadcrumb type (
network
->request
). Fixes network breadcrumbs not displaying in the dashboard. (#348)
The previous version (v4.6.1) was removed from the npm registry and the CDN because of critical issue surrounding history state methods. This release resolves that issue. The release notes for v4.6.1 are included here too for completeness.
- Fix history API url parameter logic (#347)
- Only pass in
url
parameter to history methods when it is notundefined
. Fixes a bug in IE11 where it convertsundefined
to a string, causing a redirect to/undefined
. (#342) - Prevent a crash in IE10 when accessing
history.state
. (#345)
A couple of fixes for IE10/11 relating to quirks in their implementation of the history APIs.
- Only pass in
url
parameter to history methods when it is notundefined
. Fixes a bug in IE11 where it convertsundefined
to a string, causing a redirect to/undefined
. (#342) - Prevent a crash in IE10 when accessing
history.state
. (#345)
- It is now possible to customize the logger by setting the
logger
option of the configuration object. A custom logger must have the methodsdebug
,info
,warn
anderror
. To completely disable logging, setlogger: null
. (#340)
- A custom version of safe-json-stringify now fully protects against circular structures returned from toJSON() and arbitrarily wide/deep structures (#338)
- New breadcrumbs! Breadcrumbs are now left when requests are made using XMLHttpRequest (ajax) or fetch(). This works with all request libraries out of the box: jQuery, axios, superagent etc. Metadata includes HTTP method, request url and the status code (if available). By default network breadcrumbs are collected all with other autoBreadcrumb types. If you don't want to collect network breadcrumbs, set
networkBreadcrumbsEnabled: false
. (#334)
- As part of #334 envify was added to compile out plugin "destroy" logic that was only required for tests.
- Switch from a protocol-relative default for endpoint and sessionEndpoint to "https://". IE8/9 will attempt to send via http if the protocol of the current page is http. Otherwise all requests will now go via https unless configured otherwise (#333).
- Fix rollup bundling issue (switching to a forked version of cuid) (#331)
- Perf improvements for breadcrumbs, most notably console log methods with lots of data (#329)
- Stub exported types to appease Angular's JIT compiler in dev mode (#323)
- Make hasStack(err) check more strict, making the unhandled rejection handler more robust and useful (#322)
- Strip query strings and fragments from stackframe files (#328)
- Switch to upstream version of
fast-safe-stringify
This release fixes a few issues with the fetching of inline script content, particularly after the location has changed due to window.history methods.
Unhandled promise rejection should also contain more actionable information (when the rejection reason is a DOMException, null, or undefined). Support for Bluebird promises was also added.
- Support for unhandled bluebird promise rejections (#317)
- Option to prevent IP collection (#313)
- Improved serialization of promise rejection reasons (#317)
- If a string was thrown and not caught, use it as the error message (#319)
- Collection of inline script content improved (#320, #318)
- Fix call to non-existent
logger.log()
(credit @alexstrat #304)
- Session sending now respects
notifyReleaseStages
option
- Rename option
enableSessionTracking
->autoCaptureSessions
for consistency with other platforms
- metaData and user were incorrectly attached to
report.app
(credit @tremlab #300)
- Support for tracking sessions and overall crash rate by setting
sessionTrackingEnabled
totrue
. In addition, sessions can be indicated manually usingbugsnagClient.startSession()
(#296) user
andmetaData
can now be supplied in configuration object (#299)- Bower and jspm support has been added as a result of #297 and some additional configuration
dist
directory (built assets) are now stored in git (#297)
- Handle inline script content per older notifiers for consistent grouping (#289)
- Correctly capture the page contents when an inline script error happens (#289)
- Add more type exports (#286)
- Add frameworks section to README.md
- Add READMEs to examples
- Add more detail to JS example (credit @tremlab, #284)
- Ensure empty/useless stackframes are removed
- Removed arbitrary timeouts from tests to alleviate CI flakiness
- Expose
metaData
anduser
types onClient
class (#287) - Give navigation details the correct type (some were marked as "manual")
- Improve type definition for notify() error argument (credit @rokerkony)
- Remove process.env.NODE_ENV inferred releaseStage
- Sidestep uglify's drop_compat option to prevent it from breaking bugsnag
Version 4 is a milestone release. A complete re-write and modernization for Bugsnag's JS error reporting.
See UPGRADING.md for migrating from v3 and see docs.bugsnag.com for full documentation.
🚀