@bugsnag/browser
Advanced tools
Changelog
v7.10.0 (2021-05-18)
This release adds @bugsnag/electron
, a notifier for use on apps that are built using Electron.
@bugsnag/electron
and related plugins/
as the path separatorChangelog
v7.9.2 (2021-04-06)
Changelog
v7.9.0 (2021-03-16)
ctx.request.body
is present on the event's request property by collecting it at the last possible moment #1292os_proc_available_memory
runtime link error on Mac Catalyst. bugsnag-cocoa#1025osName
and osVersion
for errors reported from app extensions that do not link against UIKit. bugsnag-cocoa#1022freeMemory
for errors reported via notify()
bugsnag-cocoa#1021Changelog
v7.7.0 (2021-02-15)
onreadystatechange
interactive
event is missed. #1290Changelog
v7.6.0 (2021-01-18)
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.
@bugsnag/react-native-cli
package. #1214app.type
will now default to 'ios' or 'android'. 1244bugsnag-react-native.gradle
in favour of Bugsnag Android Gradle Plugin. #1214maxPersistedEvents
and maxPersistedSessions
default to 32 and 128, respectively. bugsnag-cocoa#966Changelog
v7.5.6 (2021-01-11)
(expo): Add support for Expo SDK v40 #1219
(react-native): Update bugsnag-cocoa to v6.5.0
errorClass
configuration option. bugsnag-cocoa#938maxPersistedEvents
configuration option. bugsnag-cocoa#936maxPersistedSessions
configuration option. bugsnag-cocoa#943[Bugsnag]
prefix to log messages. bugsnag-cocoa#955(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.