enableSentryJs property

bool enableSentryJs
getter/setter pair

Controls initialization of the Sentry Javascript SDK on web platforms. When enabled and autoInitializeNativeSdk is true, loads and initializes the JS SDK in the document head.

Defaults to false

Implementation

bool enableSentryJs = false;