Nov 06, 2023
Fix transport selection in Electron
JavaScript@appsignal/javascript 1.3.27
Attempt to import the http
and https
module dynamically. This fixes
an issue with Electron, which does not expose the https
module.
Emit a warning if NodeTransport
is used but the https
module fails to be imported.
This allows Electron users to use the AppSignal integration alongside
with the electron-fetch
library.
See the @appsignal/javascript 1.3.27 changelog for more information.