-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rg4js('boot')
not just for React Native
#458
Comments
rg4js('boot')
not just for React Native
Thanks I've subscribed to that issue instead. |
To address the This simply adds the API: |
The typings PR has been merged and released :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's a bit confused from the docs which imply that
rg4js('boot')
is only required with React Native apps. I have an Ionic Capacitor app and errors don't send unless I call the boot action.As a bonus it's also be great to get the typing updates as they don't currently include the boot parameter which requires doing
rg4js('boot' as any)
for TypeScript to compile. Here is the link to the current typings: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/raygun4jsThe text was updated successfully, but these errors were encountered: