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
doesn't actually set Rollbar's context to 'home'. On further examination of the RollbarContext component, I saw I needed to add a onRender prop for it to work:
Docs: https://docs.rollbar.com/docs/react#rollbarcontext-component
1 - RollbarContext requires the onRender prop
Calling
doesn't actually set Rollbar's context to 'home'. On further examination of the RollbarContext component, I saw I needed to add a
onRender
prop for it to work:This doesn't align with the docs linked above.
2 - RollbarContext type is incorrect
Given the requirement of the
onRender
prop,RollbarContext
's type is incomplete.The text was updated successfully, but these errors were encountered: