You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an nx monorepo project with a typescript react app inside it. When i use @rollbar/react within this project i am seeing errors for process is not defined. These errors only appear when i have captureUncaught: true and/or captureUnhandledRejections: true in my Rollbar config.
I have an nx monorepo project with a typescript react app inside it. When i use @rollbar/react within this project i am seeing errors for
process is not defined
. These errors only appear when i havecaptureUncaught: true
and/orcaptureUnhandledRejections: true
in my Rollbar config.Pictures of the error
Rollbar config
Environment:
OSX
node: 18.12.1
rollbar: 2.26.1
@rollbar/react: 0.11.1
react: 18.2.0
nx: 15.5.3
The text was updated successfully, but these errors were encountered: