-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v7.10.0 #1411
Release v7.10.0 #1411
Commits on Apr 1, 2021
-
Merge remote-tracking branch 'origin/improve-console-log-forwarding' …
…into store-event-state-in-main-process
Configuration menu - View commit details
-
Copy full SHA for fa10a4d - Browse repository at this point
Copy the full SHA fa10a4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c8eaa3 - Browse repository at this point
Copy the full SHA 3c8eaa3View commit details -
build: fix faulty header assertions
The test was supposed to check total length == matching length. Along the way fixed some incorrect assertions around API key and hashing.
Configuration menu - View commit details
-
Copy full SHA for 3d88422 - Browse repository at this point
Copy the full SHA 3d88422View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a00af3 - Browse repository at this point
Copy the full SHA 2a00af3View commit details -
test: remove flaky assertion on launch state
Some tests may not fire event during launch window
Configuration menu - View commit details
-
Copy full SHA for 7a1517d - Browse repository at this point
Copy the full SHA 7a1517dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c74a2 - Browse repository at this point
Copy the full SHA e7c74a2View commit details -
test(delivery): un-mock net package
The actual net package on windows does not like `0.0.0.0` as localhost
Configuration menu - View commit details
-
Copy full SHA for b261c3d - Browse repository at this point
Copy the full SHA b261c3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f5b9ac - Browse repository at this point
Copy the full SHA 2f5b9acView commit details -
Configuration menu - View commit details
-
Copy full SHA for be21665 - Browse repository at this point
Copy the full SHA be21665View commit details -
Avoid Breadcrumb.toJSON by copying to an object
The Breadcrumb.toJSON method renames the internal properties of a breadcrumb object. This is fine, but with some changes the toJSON method stops being called during serialisation. When this happens, the breadcrumbs are silently dropped because the 'name' is undefined and the core Client drops breadcrumbs without a name/message By avoiding toJSON in all cases, this should be a bit more robust
Configuration menu - View commit details
-
Copy full SHA for 0049bc2 - Browse repository at this point
Copy the full SHA 0049bc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4de123 - Browse repository at this point
Copy the full SHA e4de123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a3dc6 - Browse repository at this point
Copy the full SHA 88a3dc6View commit details
Commits on Apr 6, 2021
-
Merge pull request #67 from bugsnag/avoid-breadcrumb-tojson
Avoid Breadcrumb.toJSON by copying breadcrumbs to an object before sending them over IPC
Configuration menu - View commit details
-
Copy full SHA for e82d5df - Browse repository at this point
Copy the full SHA e82d5dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 294e59b - Browse repository at this point
Copy the full SHA 294e59bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ba5db8 - Browse repository at this point
Copy the full SHA 9ba5db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d2f23 - Browse repository at this point
Copy the full SHA 31d2f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f6d63f - Browse repository at this point
Copy the full SHA 9f6d63fView commit details -
Co-authored-by: Ben Gourley <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7851e2f - Browse repository at this point
Copy the full SHA 7851e2fView commit details -
Merge pull request #68 from bugsnag/add-browser-error-plugins
Add browser onerror & unhanded rejection plugins to renderers
Configuration menu - View commit details
-
Copy full SHA for de0eb57 - Browse repository at this point
Copy the full SHA de0eb57View commit details -
Merge pull request #61 from bugsnag/add-browser-plugins
Add console, network and interaction breadcrumb plugins
Configuration menu - View commit details
-
Copy full SHA for 6ab2eb4 - Browse repository at this point
Copy the full SHA 6ab2eb4View commit details -
ci: retry publish command on failure
On windows the build fails intermittently in the publish step with: lerna ERR! ZlibError: zlib: invalid block type lerna ERR! at Unzip.write (D:\a\bugsnag-electron\bugsnag-electron\node_modules\minizlib\index.js:147:22) lerna ERR! at Object.write (D:\a\bugsnag-electron\bugsnag-electron\node_modules\tar\lib\parse.js:305:58) lerna ERR! at Yallist.<anonymous> (D:\a\bugsnag-electron\bugsnag-electron\node_modules\minipass\index.js:374:18) lerna ERR! at Yallist.forEach (D:\a\bugsnag-electron\bugsnag-electron\node_modules\minipass\node_modules\yallist\yallist.js:156:8) lerna ERR! at ReadStream.emit (D:\a\bugsnag-electron\bugsnag-electron\node_modules\minipass\index.js:373:20) lerna ERR! at ReadStream.emit (D:\a\bugsnag-electron\bugsnag-electron\node_modules\fs-minipass\index.js:154:22) lerna ERR! at ReadStream.write (D:\a\bugsnag-electron\bugsnag-electron\node_modules\minipass\index.js:163:17) lerna ERR! at ReadStream.[_handleChunk] (D:\a\bugsnag-electron\bugsnag-electron\node_modules\fs-minipass\index.js:131:19) lerna ERR! at ReadStream.[_onread] (D:\a\bugsnag-electron\bugsnag-electron\node_modules\fs-minipass\index.js:109:32) lerna ERR! at D:\a\bugsnag-electron\bugsnag-electron\node_modules\fs-minipass\index.js:101:22 lerna ERR! lerna zlib: invalid block type
Configuration menu - View commit details
-
Copy full SHA for ee2d5ca - Browse repository at this point
Copy the full SHA ee2d5caView commit details -
ci: increase timeout delay for installing test app deps
macOS expands to find all available space and time
Configuration menu - View commit details
-
Copy full SHA for 31dcc8d - Browse repository at this point
Copy the full SHA 31dcc8dView commit details -
ci: remove non-functional scenario
We aren't even using this, removing for now to unblock the build
Configuration menu - View commit details
-
Copy full SHA for 8f72c8c - Browse repository at this point
Copy the full SHA 8f72c8cView commit details
Commits on Apr 7, 2021
-
feat(plugin-electron-event-sync): Add event-sync plugin
This commit introduces an new plugin whose job it is to manage the lifecycle of an event created in the renderer. This ensures internal onError callbacks in main populate the event's data fields so that all data is present for onError callbacks in a renderer.
Configuration menu - View commit details
-
Copy full SHA for 7f9c038 - Browse repository at this point
Copy the full SHA 7f9c038View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ccdc2 - Browse repository at this point
Copy the full SHA 15ccdc2View commit details -
fix(plugin-electron-ipc): Detect presence of correct plugin
Co-authored-by: Delisa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3388ae9 - Browse repository at this point
Copy the full SHA 3388ae9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65a0cdf - Browse repository at this point
Copy the full SHA 65a0cdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58db67c - Browse repository at this point
Copy the full SHA 58db67cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6447ff5 - Browse repository at this point
Copy the full SHA 6447ff5View commit details -
Merge pull request #70 from bugsnag/act
Allow Act to run the tests with Ubuntu
Configuration menu - View commit details
-
Copy full SHA for 7652b02 - Browse repository at this point
Copy the full SHA 7652b02View commit details -
refactor(plugin-electron-event-sync): Avoid unnecessary spread
Co-authored-by: Joe Haines <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bde4a4f - Browse repository at this point
Copy the full SHA bde4a4fView commit details -
refactor(plugin-electron-event-sync): Avoid unnecessary array copy
Co-authored-by: Joe Haines <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d73528 - Browse repository at this point
Copy the full SHA 2d73528View commit details -
refactor(plugin-electron-event-sync): Avoid unnecessary array copy
Co-authored-by: Joe Haines <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5345615 - Browse repository at this point
Copy the full SHA 5345615View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7c89af - Browse repository at this point
Copy the full SHA e7c89afView commit details -
Configuration menu - View commit details
-
Copy full SHA for b26e1d0 - Browse repository at this point
Copy the full SHA b26e1d0View commit details
Commits on Apr 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2815acf - Browse repository at this point
Copy the full SHA 2815acfView commit details -
build: kill test app immediately instead of waiting
The more tests we have, the more likely it is that we'll see at least one unhandled rejection timeout error from deep in playwright resulting from calling ElectronApplication.close() and looking something like: TimeoutError: Timeout 30000ms exceeded. at ProgressController.run (server/progress.js:75:30) at ElectronApplication._waitForEvent (server/electron/electron.js:99:35) at ElectronApplication.close (server/electron/electron.js:90:29) at ElectronApplicationDispatcher.close (dispatchers/electronDispatcher.js:59:28) at DispatcherConnection.dispatch (dispatchers/dispatcher.js:178:52) This change bypasses the close function altogether, instead killing the app and closing the node process connection manually.
Configuration menu - View commit details
-
Copy full SHA for f77c9b4 - Browse repository at this point
Copy the full SHA f77c9b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1f021a - Browse repository at this point
Copy the full SHA d1f021aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc70979 - Browse repository at this point
Copy the full SHA cc70979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 492db6c - Browse repository at this point
Copy the full SHA 492db6cView commit details
Commits on Apr 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 50abb79 - Browse repository at this point
Copy the full SHA 50abb79View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb4282 - Browse repository at this point
Copy the full SHA cfb4282View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2b37b2 - Browse repository at this point
Copy the full SHA a2b37b2View commit details
Commits on Apr 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7f994de - Browse repository at this point
Copy the full SHA 7f994deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4da8430 - Browse repository at this point
Copy the full SHA 4da8430View commit details -
test: skip flaky scenario on windows
Manually it works, but for whatever reason, the request numbers differ in the test?
Configuration menu - View commit details
-
Copy full SHA for 4562c8a - Browse repository at this point
Copy the full SHA 4562c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e2467 - Browse repository at this point
Copy the full SHA c4e2467View commit details -
Merge pull request #71 from bugsnag/plugin-electron-preload-error
Add plugin-electron-preload-error
Configuration menu - View commit details
-
Copy full SHA for 2259745 - Browse repository at this point
Copy the full SHA 2259745View commit details -
Configuration menu - View commit details
-
Copy full SHA for f542ceb - Browse repository at this point
Copy the full SHA f542cebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 736cf8a - Browse repository at this point
Copy the full SHA 736cf8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 139c2a2 - Browse repository at this point
Copy the full SHA 139c2a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcd7c53 - Browse repository at this point
Copy the full SHA dcd7c53View commit details -
Configuration menu - View commit details
-
Copy full SHA for f19e989 - Browse repository at this point
Copy the full SHA f19e989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70096d6 - Browse repository at this point
Copy the full SHA 70096d6View commit details -
Merge pull request #73 from bugsnag/net-breadcrumbs
Add plugin-electron-net-breadcrumbs
Configuration menu - View commit details
-
Copy full SHA for 40f49ac - Browse repository at this point
Copy the full SHA 40f49acView commit details
Commits on Apr 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b101d59 - Browse repository at this point
Copy the full SHA b101d59View commit details -
A payload can be delivered multiple times if it is sent once, then stopped, then started again before it is delivered This will result in two scheduled deliveries — the original one and a new one kicked off by 'start' The second can then peek the same payload the first is sending because payloads are only removed from the queue when they have been sent successfully
Configuration menu - View commit details
-
Copy full SHA for ed3242b - Browse repository at this point
Copy the full SHA ed3242bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e13bde8 - Browse repository at this point
Copy the full SHA e13bde8View commit details -
Merge pull request #75 from bugsnag/upload-cucumber-failures
Upload cucumber failure logs when tests fail
Configuration menu - View commit details
-
Copy full SHA for b9bd855 - Browse repository at this point
Copy the full SHA b9bd855View commit details
Commits on Apr 14, 2021
-
Merge pull request #76 from bugsnag/fix-double-delivery
Fix possible double delivery
Configuration menu - View commit details
-
Copy full SHA for bc22e37 - Browse repository at this point
Copy the full SHA bc22e37View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9978ad - Browse repository at this point
Copy the full SHA d9978adView commit details -
Merge pull request #77 from bugsnag/start-delivery-when-ready
Don't start delivery until the app is ready
Configuration menu - View commit details
-
Copy full SHA for f23de1f - Browse repository at this point
Copy the full SHA f23de1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 839be08 - Browse repository at this point
Copy the full SHA 839be08View commit details -
Don't exit in the default onUncaughtException
Electron's default exception handler doesn't exit like Node's. Instead, it displays an error dialog: https://github.com/electron/electron/blob/24e21467b91b4facb554cbbbc32a13ed4426f25b/lib/browser/init.ts#L44-L61 Our default onUncaughtException should therefore not exit and instead just log the error
Configuration menu - View commit details
-
Copy full SHA for 7a9513e - Browse repository at this point
Copy the full SHA 7a9513eView commit details -
Merge pull request #78 from bugsnag/use-app-path-as-project-root
Use app path over CWD for the default project root
Configuration menu - View commit details
-
Copy full SHA for 6e6607d - Browse repository at this point
Copy the full SHA 6e6607dView commit details -
Merge pull request #79 from bugsnag/dont-exit-in-unhandled-exception
Don't exit in the default onUncaughtException
Configuration menu - View commit details
-
Copy full SHA for 808ef47 - Browse repository at this point
Copy the full SHA 808ef47View commit details -
Each use of this was removed in separate PRs, so it only started failing in master
Configuration menu - View commit details
-
Copy full SHA for ef564c5 - Browse repository at this point
Copy the full SHA ef564c5View commit details
Commits on Apr 15, 2021
-
Merge pull request #80 from bugsnag/fix-linting
Remove unused process import
Configuration menu - View commit details
-
Copy full SHA for 8ad9598 - Browse repository at this point
Copy the full SHA 8ad9598View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b6f6a9 - Browse repository at this point
Copy the full SHA 2b6f6a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd336b2 - Browse repository at this point
Copy the full SHA dd336b2View commit details -
Validate payloads before queuing/returning them
This ensures we don't store or return payloads that will never be possible to send. These payloads can create a loop of failures as the same payload will be retried every delivery attempt, but will fail if missing required attributes
Configuration menu - View commit details
-
Copy full SHA for bdf52bd - Browse repository at this point
Copy the full SHA bdf52bdView commit details -
Co-authored-by: Joe Haines <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9e2bb3 - Browse repository at this point
Copy the full SHA d9e2bb3View commit details -
Merge pull request #82 from bugsnag/validate-payloads
Validate payloads before queuing/returning them from queue
Configuration menu - View commit details
-
Copy full SHA for 4f56815 - Browse repository at this point
Copy the full SHA 4f56815View commit details -
Configuration menu - View commit details
-
Copy full SHA for 113bdf7 - Browse repository at this point
Copy the full SHA 113bdf7View commit details -
refactor: Use client.leaveBreadcrumb() directly
It's only in the Node notifier we can't use this and have to use the prototype, since client.leaveBreadcrumb() is monkeypatched.
Configuration menu - View commit details
-
Copy full SHA for 4f1b910 - Browse repository at this point
Copy the full SHA 4f1b910View commit details -
Merge pull request #81 from bugsnag/bengourley/plugin-refactor
refactor: Rename electron plugins and add unit tests
Configuration menu - View commit details
-
Copy full SHA for 113de84 - Browse repository at this point
Copy the full SHA 113de84View commit details -
Merge branch 'bengourley/plugin-refactor' of github.com:bugsnag/bugsn…
…ag-electron into bengourley/plugin-refactor
Configuration menu - View commit details
-
Copy full SHA for 3f5d000 - Browse repository at this point
Copy the full SHA 3f5d000View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3daf1be - Browse repository at this point
Copy the full SHA 3daf1beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88b7abf - Browse repository at this point
Copy the full SHA 88b7abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d57deb9 - Browse repository at this point
Copy the full SHA d57deb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e6de6d - Browse repository at this point
Copy the full SHA 9e6de6dView commit details
Commits on Apr 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 38db2ad - Browse repository at this point
Copy the full SHA 38db2adView commit details -
Don't retry delivery if writing the body fails
Node's stream.write can fail synchronously if something is very wrong with the passed data, e.g. if it's null or undefined In this case we'll never be able to deliver the event/session because the body is broken, so now we won't attempt to retry these errors In theory this should never happen, but bugs elsewhere in delivery could trigger this
Configuration menu - View commit details
-
Copy full SHA for df8d9dd - Browse repository at this point
Copy the full SHA df8d9ddView commit details -
Merge pull request #84 from bugsnag/dont-retry-fatal-delivery-errors
Don't retry delivery if writing the body fails
Configuration menu - View commit details
-
Copy full SHA for 2795a43 - Browse repository at this point
Copy the full SHA 2795a43View commit details -
fix(delivery/net-status): use new interface for events (#85)
The metadata replacement event arguments changed recently, so updated the status checker and the tests to handle this case in the future.
Configuration menu - View commit details
-
Copy full SHA for 03a7b94 - Browse repository at this point
Copy the full SHA 03a7b94View commit details -
Verify onBreadcrumb syncing can be cancelled
Our onBreadcrumb callbacks are added to the front of the list of callbacks. This would usually mean they were also called first, which would be problematic as then cancelled breadcrumbs would still be synced. However, we run breadcrumb callbacks in reverse order (last to first) so they are actually called _last_. This allows breadcrumbs to be cancelled normally while also cancelling the syncing
Configuration menu - View commit details
-
Copy full SHA for 004da23 - Browse repository at this point
Copy the full SHA 004da23View commit details -
Merge pull request #86 from bugsnag/test-on-breadcrumb-cancelling
Verify onBreadcrumb syncing can be cancelled
Configuration menu - View commit details
-
Copy full SHA for a3a2b31 - Browse repository at this point
Copy the full SHA a3a2b31View commit details
Commits on Apr 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 55279f8 - Browse repository at this point
Copy the full SHA 55279f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e90e578 - Browse repository at this point
Copy the full SHA e90e578View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7244648 - Browse repository at this point
Copy the full SHA 7244648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 840fc08 - Browse repository at this point
Copy the full SHA 840fc08View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5d2d2b - Browse repository at this point
Copy the full SHA a5d2d2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34a8d03 - Browse repository at this point
Copy the full SHA 34a8d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab2e563 - Browse repository at this point
Copy the full SHA ab2e563View commit details -
ci: Allow an eternity for
npm install
to completeSome mac builds now require 6+ minutes to do an installation https://github.com/bugsnag/bugsnag-electron/runs/2378942400
Configuration menu - View commit details
-
Copy full SHA for 2616c6a - Browse repository at this point
Copy the full SHA 2616c6aView commit details -
ci: prevent playwright browser install
For whatever reason, only on mac, installing electron pulls in the other deps, and downloading the test browsers takes several minutes.
Configuration menu - View commit details
-
Copy full SHA for 9f0cf89 - Browse repository at this point
Copy the full SHA 9f0cf89View commit details -
Configuration menu - View commit details
-
Copy full SHA for cea0247 - Browse repository at this point
Copy the full SHA cea0247View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb23789 - Browse repository at this point
Copy the full SHA eb23789View commit details -
Merge pull request #87 from bugsnag/test-on-breadcrumb-cancelling-2
Add integration test for cancelling breadcrumbs
Configuration menu - View commit details
-
Copy full SHA for 4bd2518 - Browse repository at this point
Copy the full SHA 4bd2518View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e442c8 - Browse repository at this point
Copy the full SHA 3e442c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb51356 - Browse repository at this point
Copy the full SHA cb51356View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b50582 - Browse repository at this point
Copy the full SHA 4b50582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eb112d - Browse repository at this point
Copy the full SHA 7eb112dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5243076 - Browse repository at this point
Copy the full SHA 5243076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2f571 - Browse repository at this point
Copy the full SHA 6b2f571View commit details
Commits on Apr 20, 2021
-
Merge pull request #90 from bugsnag/fix-renderer-user
Fix 'user' not being set in renderer Events
Configuration menu - View commit details
-
Copy full SHA for 9b2afaf - Browse repository at this point
Copy the full SHA 9b2afafView commit details -
This dependency causes lerna to fail when bootstrapping a clean project with npm7. This is due to npm's new behaviour of installing peerDeps automatically if they are not found.
Configuration menu - View commit details
-
Copy full SHA for ed39891 - Browse repository at this point
Copy the full SHA ed39891View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc45de - Browse repository at this point
Copy the full SHA ebc45deView commit details -
Configuration menu - View commit details
-
Copy full SHA for df952c3 - Browse repository at this point
Copy the full SHA df952c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2a9649 - Browse repository at this point
Copy the full SHA f2a9649View commit details -
Configuration menu - View commit details
-
Copy full SHA for d98a649 - Browse repository at this point
Copy the full SHA d98a649View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76c457d - Browse repository at this point
Copy the full SHA 76c457dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f907e10 - Browse repository at this point
Copy the full SHA f907e10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fd3d3b - Browse repository at this point
Copy the full SHA 1fd3d3bView commit details -
Merge pull request #89 from bugsnag/bengourley/ts-config-strict
Make all .ts code compatible with strict mode
Configuration menu - View commit details
-
Copy full SHA for c62108d - Browse repository at this point
Copy the full SHA c62108dView commit details
Commits on Apr 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 07b62a4 - Browse repository at this point
Copy the full SHA 07b62a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4870d5d - Browse repository at this point
Copy the full SHA 4870d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42ff58d - Browse repository at this point
Copy the full SHA 42ff58dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2cbd49 - Browse repository at this point
Copy the full SHA e2cbd49View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae6c5cd - Browse repository at this point
Copy the full SHA ae6c5cdView commit details -
Merge pull request #91 from bugsnag/add-licenses
Add MIT license to repo root and all packages
Configuration menu - View commit details
-
Copy full SHA for cf2218c - Browse repository at this point
Copy the full SHA cf2218cView commit details -
Merge pull request #92 from bugsnag/add-readme-files
Add readme files to all packages
Configuration menu - View commit details
-
Copy full SHA for 2bace5b - Browse repository at this point
Copy the full SHA 2bace5bView commit details
Commits on Apr 22, 2021
-
Merge pull request #88 from bugsnag/enable-client-state-persistence-p…
…lugin-in-tests Enable client state persistence plugin in tests
Configuration menu - View commit details
-
Copy full SHA for bf3390e - Browse repository at this point
Copy the full SHA bf3390eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b25e64 - Browse repository at this point
Copy the full SHA 0b25e64View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff79279 - Browse repository at this point
Copy the full SHA ff79279View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c4b112 - Browse repository at this point
Copy the full SHA 5c4b112View commit details -
Configuration menu - View commit details
-
Copy full SHA for f62d86e - Browse repository at this point
Copy the full SHA f62d86eView commit details
Commits on Apr 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ab940cc - Browse repository at this point
Copy the full SHA ab940ccView commit details
Commits on Apr 26, 2021
-
test: assert stack frame contents for main process errors
Fixed source map resolution issues by defining the error functions in a separate file
Configuration menu - View commit details
-
Copy full SHA for c56c41a - Browse repository at this point
Copy the full SHA c56c41aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06bcedf - Browse repository at this point
Copy the full SHA 06bcedfView commit details -
fix(state-persistence): shorten bindings name
the generated compile unit name can be too long on windows, preventing the package from building
Configuration menu - View commit details
-
Copy full SHA for d7c72fc - Browse repository at this point
Copy the full SHA d7c72fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d86d10 - Browse repository at this point
Copy the full SHA 1d86d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31ff8d0 - Browse repository at this point
Copy the full SHA 31ff8d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc22fd8 - Browse repository at this point
Copy the full SHA dc22fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 634f28d - Browse repository at this point
Copy the full SHA 634f28dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4828769 - Browse repository at this point
Copy the full SHA 4828769View commit details -
ci: add python3, c tools to base images
Building native packages with node-gyp requires python. This changes adds python3, make, a compiler, and libc to all configurations which do an unscoped npm `build`.
Configuration menu - View commit details
-
Copy full SHA for 635edd5 - Browse repository at this point
Copy the full SHA 635edd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78ddddb - Browse repository at this point
Copy the full SHA 78ddddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1dfb41 - Browse repository at this point
Copy the full SHA a1dfb41View commit details -
Configuration menu - View commit details
-
Copy full SHA for b15c8b9 - Browse repository at this point
Copy the full SHA b15c8b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d84988d - Browse repository at this point
Copy the full SHA d84988dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab0f604 - Browse repository at this point
Copy the full SHA ab0f604View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9356487 - Browse repository at this point
Copy the full SHA 9356487View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0207a0 - Browse repository at this point
Copy the full SHA d0207a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a16a08 - Browse repository at this point
Copy the full SHA 2a16a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad22a8f - Browse repository at this point
Copy the full SHA ad22a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a155bfb - Browse repository at this point
Copy the full SHA a155bfbView commit details
Commits on Apr 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for abd530d - Browse repository at this point
Copy the full SHA abd530dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c180637 - Browse repository at this point
Copy the full SHA c180637View commit details -
build: publish all artifacts during electron tests
Reduces flakiness around version resolution (?)
Configuration menu - View commit details
-
Copy full SHA for 7125ad2 - Browse repository at this point
Copy the full SHA 7125ad2View commit details -
Merge remote-tracking branch 'bengourley/electron-renderer-startup-th…
…reshold' into kattrali/add-electron-support
Configuration menu - View commit details
-
Copy full SHA for 27f6232 - Browse repository at this point
Copy the full SHA 27f6232View commit details
Commits on Apr 28, 2021
-
build: make build scripts windows-compatible
Windows doesn't use hashbangs or chmod flags and needs a different format for env vars
Configuration menu - View commit details
-
Copy full SHA for 6669738 - Browse repository at this point
Copy the full SHA 6669738View commit details -
fix(plugin-electron-renderer-strip-project-root): Decode URI before s…
…tripping project root
Configuration menu - View commit details
-
Copy full SHA for 81a63b0 - Browse repository at this point
Copy the full SHA 81a63b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce9da1 - Browse repository at this point
Copy the full SHA 3ce9da1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8b65d6 - Browse repository at this point
Copy the full SHA d8b65d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a7cda7 - Browse repository at this point
Copy the full SHA 3a7cda7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ecec21 - Browse repository at this point
Copy the full SHA 0ecec21View commit details
Commits on Apr 29, 2021
-
Merge pull request #1372 from bugsnag/bengourley/electron-ci-improvem…
…ents Electron: Misc CI improvements
Configuration menu - View commit details
-
Copy full SHA for 1e2a6b3 - Browse repository at this point
Copy the full SHA 1e2a6b3View commit details -
Merge branch 'kattrali/add-electron-support' into bengourley/electron…
…-renderer-stackrace-spaces
Configuration menu - View commit details
-
Copy full SHA for 5cd7a94 - Browse repository at this point
Copy the full SHA 5cd7a94View commit details -
Merge pull request #1371 from bugsnag/bengourley/electron-renderer-st…
…ackrace-spaces Electron: Ensure stripping project root works on paths with spaces
Configuration menu - View commit details
-
Copy full SHA for c4f54cd - Browse repository at this point
Copy the full SHA c4f54cdView commit details -
This is breaking the build script as browserify can't find this module
Configuration menu - View commit details
-
Copy full SHA for 11332c4 - Browse repository at this point
Copy the full SHA 11332c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48b4784 - Browse repository at this point
Copy the full SHA 48b4784View commit details -
Merge pull request #1375 from bugsnag/dont-require-process
Fix node build
Configuration menu - View commit details
-
Copy full SHA for 1ef14e9 - Browse repository at this point
Copy the full SHA 1ef14e9View commit details -
refactor(plugin-electron-session): Use Promise.all for better legibility
Co-authored-by: Joe Haines <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85fff60 - Browse repository at this point
Copy the full SHA 85fff60View commit details -
Merge pull request #1376 from bugsnag/bengourley/electron-default-user
feat(electron): Default user.id to device.id
Configuration menu - View commit details
-
Copy full SHA for d36697b - Browse repository at this point
Copy the full SHA d36697bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c87bbd - Browse repository at this point
Copy the full SHA 4c87bbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed16181 - Browse repository at this point
Copy the full SHA ed16181View commit details
Commits on Apr 30, 2021
-
Merge pull request #1379 from bugsnag/bengourley/electron-enable-proc…
…ess-info feat(electron): Enable process metadata on main and renderers
Configuration menu - View commit details
-
Copy full SHA for 5a45210 - Browse repository at this point
Copy the full SHA 5a45210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 892d1c4 - Browse repository at this point
Copy the full SHA 892d1c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2022a2 - Browse repository at this point
Copy the full SHA c2022a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c368c5 - Browse repository at this point
Copy the full SHA 4c368c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 467257e - Browse repository at this point
Copy the full SHA 467257eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc9f126 - Browse repository at this point
Copy the full SHA bc9f126View commit details
Commits on May 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 34d30dd - Browse repository at this point
Copy the full SHA 34d30ddView commit details -
Merge pull request #1378 from bugsnag/allow-app-type-in-renderers
Allow setting appType in renderer config
Configuration menu - View commit details
-
Copy full SHA for 3cceb36 - Browse repository at this point
Copy the full SHA 3cceb36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e3877d - Browse repository at this point
Copy the full SHA 1e3877dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbc0a67 - Browse repository at this point
Copy the full SHA dbc0a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10258cc - Browse repository at this point
Copy the full SHA 10258ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 720589f - Browse repository at this point
Copy the full SHA 720589fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f747138 - Browse repository at this point
Copy the full SHA f747138View commit details -
Configuration menu - View commit details
-
Copy full SHA for f36b566 - Browse repository at this point
Copy the full SHA f36b566View commit details -
build: run coverage command with X display on linux
Otherwise, electron tests will crash with signal
Configuration menu - View commit details
-
Copy full SHA for 949b242 - Browse repository at this point
Copy the full SHA 949b242View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aac938 - Browse repository at this point
Copy the full SHA 1aac938View commit details -
Pre-normalise the project root
This ensures both main and renderer can strip the project root from stack frames consistently Renderers were unable to do this before as they did not have a final '/' e.g. /root/a/b/c would have been '/a/b/c' before, but now is 'a/b/c'
Configuration menu - View commit details
-
Copy full SHA for 6d8c489 - Browse repository at this point
Copy the full SHA 6d8c489View commit details -
ci: run electron runner tests on GH actions (#1373)
Co-authored-by: Joe Haines <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c109a1b - Browse repository at this point
Copy the full SHA c109a1bView commit details -
Merge pull request #1383 from bugsnag/add-device-idle-time
Add `idleTime` to device metadata
Configuration menu - View commit details
-
Copy full SHA for 644add0 - Browse repository at this point
Copy the full SHA 644add0View commit details -
Merge pull request #1382 from bugsnag/fix-project-root-stripping-in-r…
…enderers Fix project root stripping in renderers
Configuration menu - View commit details
-
Copy full SHA for 8efbf0a - Browse repository at this point
Copy the full SHA 8efbf0aView commit details
Commits on May 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 29433db - Browse repository at this point
Copy the full SHA 29433dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 055182a - Browse repository at this point
Copy the full SHA 055182aView commit details
Commits on May 6, 2021
-
refactor(electron): Shorten native bindings name
Prevent issues with long file names on windows.
Configuration menu - View commit details
-
Copy full SHA for e4d6d3b - Browse repository at this point
Copy the full SHA e4d6d3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 236b838 - Browse repository at this point
Copy the full SHA 236b838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 289cc03 - Browse repository at this point
Copy the full SHA 289cc03View commit details -
Configuration menu - View commit details
-
Copy full SHA for f69e9a6 - Browse repository at this point
Copy the full SHA f69e9a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f835e63 - Browse repository at this point
Copy the full SHA f835e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36808fc - Browse repository at this point
Copy the full SHA 36808fcView commit details -
Add plugin-stackframe-path-normaliser
This ensures file paths use the same path separators on Windows and other systems. This allows source maps to work across platforms and onError callbacks to work correctly when checking file paths
Configuration menu - View commit details
-
Copy full SHA for 27d6681 - Browse repository at this point
Copy the full SHA 27d6681View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c8a62d - Browse repository at this point
Copy the full SHA 8c8a62dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc8bca - Browse repository at this point
Copy the full SHA 9bc8bcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb1b643 - Browse repository at this point
Copy the full SHA fb1b643View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a36bda - Browse repository at this point
Copy the full SHA 3a36bdaView commit details -
Merge pull request #1388 from bugsnag/bengourley/electron-shorten-bin…
…dings-filename refactor(electron): Shorten native bindings name
Configuration menu - View commit details
-
Copy full SHA for c21c0a2 - Browse repository at this point
Copy the full SHA c21c0a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f8af6 - Browse repository at this point
Copy the full SHA 08f8af6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca513c - Browse repository at this point
Copy the full SHA 8ca513cView commit details -
Normalise the project root earlier
The renderer config is cached when the plugin is loaded, so this needs to be normalised first to take effect
Configuration menu - View commit details
-
Copy full SHA for e1504e0 - Browse repository at this point
Copy the full SHA e1504e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bee419 - Browse repository at this point
Copy the full SHA 2bee419View commit details -
Configuration menu - View commit details
-
Copy full SHA for 281d7d3 - Browse repository at this point
Copy the full SHA 281d7d3View commit details
Commits on May 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 59f078d - Browse repository at this point
Copy the full SHA 59f078dView commit details -
Merge pull request #1391 from bugsnag/plugin-stackframe-path-normaliser
Add stackframe path normaliser plugin
Configuration menu - View commit details
-
Copy full SHA for 12edee1 - Browse repository at this point
Copy the full SHA 12edee1View commit details -
Merge pull request #1392 from bugsnag/remove-errant-api-key
Use 'YOUR_API_KEY' placeholder to match readme
Configuration menu - View commit details
-
Copy full SHA for 136535f - Browse repository at this point
Copy the full SHA 136535fView commit details -
Merge pull request #1389 from bugsnag/bengourley/electron-app-version
Electron: refactor app version fields
Configuration menu - View commit details
-
Copy full SHA for 1a85bd5 - Browse repository at this point
Copy the full SHA 1a85bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3797ab - Browse repository at this point
Copy the full SHA c3797abView commit details -
Add support for platform specific matchers
e.g. {PLATFORM_MACOS:123|PLATFORM_WINDOWS:456|PLATFORM_LINUX:789} would expect '123' on macOS, '456' on Windows and '789' on Linux A missing platform indicates that the field should not be present for that platform, e.g. {PLATFORM_MACOS:123} would expect '123' on macOS and no value on Windows/Linux
Configuration menu - View commit details
-
Copy full SHA for ee79ee2 - Browse repository at this point
Copy the full SHA ee79ee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c41cdd1 - Browse repository at this point
Copy the full SHA c41cdd1View commit details -
Merge pull request #1393 from bugsnag/fix-project-root-normalise
Fix project root normalisation
Configuration menu - View commit details
-
Copy full SHA for 4d69748 - Browse repository at this point
Copy the full SHA 4d69748View commit details -
Merge pull request #1394 from bugsnag/add-cfbundleversion
Add CFBundleVersion to app metadata
Configuration menu - View commit details
-
Copy full SHA for c5c8906 - Browse repository at this point
Copy the full SHA c5c8906View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce991cd - Browse repository at this point
Copy the full SHA ce991cdView commit details
Commits on May 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 88200ac - Browse repository at this point
Copy the full SHA 88200acView commit details -
Merge pull request #1390 from bugsnag/tests/react-native-xcode-12
Use Xcode 12 to build react-native 0.63
Configuration menu - View commit details
-
Copy full SHA for 6d36dff - Browse repository at this point
Copy the full SHA 6d36dffView commit details -
Merge pull request #1398 from bugsnag/electron/launch-threshold-api
feat(electron): Expose app launch config and API
Configuration menu - View commit details
-
Copy full SHA for 85c402f - Browse repository at this point
Copy the full SHA 85c402fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2befec2 - Browse repository at this point
Copy the full SHA 2befec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f981864 - Browse repository at this point
Copy the full SHA f981864View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd547ef - Browse repository at this point
Copy the full SHA fd547efView commit details
Commits on May 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8fb2e5f - Browse repository at this point
Copy the full SHA 8fb2e5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a683527 - Browse repository at this point
Copy the full SHA a683527View commit details -
Merge pull request #1399 from bugsnag/electron/filestore-startup-latency
Electron: reduce filestore startup latency
Configuration menu - View commit details
-
Copy full SHA for b5ec2a7 - Browse repository at this point
Copy the full SHA b5ec2a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28b3963 - Browse repository at this point
Copy the full SHA 28b3963View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cc5ab2 - Browse repository at this point
Copy the full SHA 3cc5ab2View commit details -
Merge pull request #1401 from bugsnag/android-592
Increase bugsnag-android dependency to v5.9.2
Configuration menu - View commit details
-
Copy full SHA for 423e872 - Browse repository at this point
Copy the full SHA 423e872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1df0fc3 - Browse repository at this point
Copy the full SHA 1df0fc3View commit details
Commits on May 13, 2021
-
Merge pull request #1402 from bugsnag/bengourley/electron-context
feat(electron): Use page title/window location for default context in renderers
Configuration menu - View commit details
-
Copy full SHA for a9233a6 - Browse repository at this point
Copy the full SHA a9233a6View commit details -
Load code from paths relative the project root
This allows the plugin to work if the project root has already been stripped before it runs
Configuration menu - View commit details
-
Copy full SHA for 1170ae7 - Browse repository at this point
Copy the full SHA 1170ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66b3105 - Browse repository at this point
Copy the full SHA 66b3105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11fb394 - Browse repository at this point
Copy the full SHA 11fb394View commit details
Commits on May 17, 2021
-
Merge pull request #1404 from bugsnag/bengourley/electron-preload-pro…
…cess-type feat(electron): Set process.type=preload for errors in preload scripts
Configuration menu - View commit details
-
Copy full SHA for bbe8b49 - Browse repository at this point
Copy the full SHA bbe8b49View commit details -
Merge pull request #1405 from bugsnag/load-code-relative-to-project-root
Load surrounding code from paths relative the project root
Configuration menu - View commit details
-
Copy full SHA for 705c5bd - Browse repository at this point
Copy the full SHA 705c5bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 303b30d - Browse repository at this point
Copy the full SHA 303b30dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4e0239 - Browse repository at this point
Copy the full SHA e4e0239View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73e3ac2 - Browse repository at this point
Copy the full SHA 73e3ac2View commit details -
Merge pull request #1406 from bugsnag/bengourley/electron-bugsnag-loa…
…ded-breadcrumb feat(electron): Add 'Bugsnag loaded' breadcrumb
Configuration menu - View commit details
-
Copy full SHA for 2123d12 - Browse repository at this point
Copy the full SHA 2123d12View commit details -
Add code to handled/unhandled/rejection tests
The code is the same for all renderer errors and all main errors because the compiled webpack bundles are minified, so we grab the first 200 characters of each bundle. I've not added the expected code to all tests because it's the same every time
Configuration menu - View commit details
-
Copy full SHA for e90eb87 - Browse repository at this point
Copy the full SHA e90eb87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f16057 - Browse repository at this point
Copy the full SHA 6f16057View commit details -
Configuration menu - View commit details
-
Copy full SHA for d536c5e - Browse repository at this point
Copy the full SHA d536c5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for be22417 - Browse repository at this point
Copy the full SHA be22417View commit details -
Merge pull request #1407 from bugsnag/electron/add-surrounding-code-p…
…lugin Add surrounding code plugin to Electron
Configuration menu - View commit details
-
Copy full SHA for 199adb6 - Browse repository at this point
Copy the full SHA 199adb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 399d310 - Browse repository at this point
Copy the full SHA 399d310View commit details
Commits on May 18, 2021
-
Merge pull request #1408 from bugsnag/electron/renderer-tweaks
Allow merging falsy options in renderers and use plugin schema extensions
Configuration menu - View commit details
-
Copy full SHA for 0d8f611 - Browse repository at this point
Copy the full SHA 0d8f611View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b9cf6 - Browse repository at this point
Copy the full SHA 89b9cf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b2fcb - Browse repository at this point
Copy the full SHA c0b2fcbView commit details -
Merge pull request #1410 from bugsnag/kattrali/add-electron-support
Add electron support
Configuration menu - View commit details
-
Copy full SHA for 671bc3d - Browse repository at this point
Copy the full SHA 671bc3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c55edf - Browse repository at this point
Copy the full SHA 7c55edfView commit details