0.1.8 • Published 3 years ago
@pga/react-raygun v0.1.8
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)