@pga/react-raygun
v0.1.8
Published
React component for sending user info to Raygun.
Downloads
15
Keywords
Readme
PGA React Raygun Component for User Info
This package provides React functionality for handling Raygun User information. @pga/auth-provider
and raygun configuration in public/index.html
is required for this to function correctly.
Important
This component must be rendered and must be wrapped in withAuthProvider
from the @pga/auth-provider
Example Code
import { withAuthProvider } from '@pga/auth-provider'
export default withAuthProvider(RaygunUser)