Skip to content

Delayed boot until after Raygun has Initialised#518

Open
Hamish-taylor wants to merge 1 commit intomasterfrom
ht/clean-up-boot
Open

Delayed boot until after Raygun has Initialised#518
Hamish-taylor wants to merge 1 commit intomasterfrom
ht/clean-up-boot

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