Skip to content
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

Delayed boot until after Raygun has Initialised #518

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Hamish-taylor
Copy link
Contributor

@Hamish-taylor Hamish-taylor commented Feb 9, 2024

Context

Commands like rg4js("apikey",..) and rg4js("options",..) are only applied while raygun4js is initializing, after initialization if one is called by a user nothing occurs. To apply these settings a user can call rg4js("boot") which will re run the initialization, applying the new settings.

The issue

When raygun4js is initializing it processes all of the commands that have been sent so far, if one of them is boot, it will cause the initialization to be called again which will subsequently process the boot command again causing an infinite loop.

The fix

There are a few ways this could be fixed, the easiest being to ignore any calls to boot during the initialization, this may create confusion because boot will not be operating as expected, however, this may be preferable to an infinite loop that crashes the app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant