Package + Version
Version:
Description
I'm getting an error when bumping @sentry/react to v6.0.4:
Uncaught TypeError: hub.startSession is not a function
at startSessionTracking (sdk.ts:221)
at init (sdk.ts:106)
at Module.init (sdk.ts:18)
at Module.<anonymous> (index.tsx:22)
at Module../src/index.tsx (index.tsx:64)
at __webpack_require__ (bootstrap:856)
at fn (bootstrap:150)
at Object.1 (wdyr.js:11)
at __webpack_require__ (bootstrap:856)
at checkDeferredModules (bootstrap:45)
at Array.webpackJsonpCallback [as push] (bootstrap:32)
at main.chunk.js:1
Debugging this line, hub indeed does not seem to have a startSession function on its prototype.
Disabling autoSessionTracking fixes the issue, but is this expected?
Package + Version
@sentry/reactVersion:
Description
I'm getting an error when bumping
@sentry/reacttov6.0.4:Debugging this line,
hubindeed does not seem to have astartSessionfunction on its prototype.Disabling
autoSessionTrackingfixes the issue, but is this expected?