You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Options are only applied when rg.init is called, which means that calling rg4js('options', ...) after the page has finished loading will not apply the options.
You can workaround this by calling rg4js('boot') after changing options, but it would be preferable calling rg4js('options', ...) immediately applied the options instead.
The text was updated successfully, but these errors were encountered:
Widdershin
changed the title
rg4js('options', ...) is only applied when Raygun client is initialisedrg4js('options', ...) is only applied when Raygun client is initialised
Apr 28, 2022
Options are only applied when
rg.init
is called, which means that callingrg4js('options', ...)
after the page has finished loading will not apply the options.You can workaround this by calling
rg4js('boot')
after changing options, but it would be preferable callingrg4js('options', ...)
immediately applied the options instead.The text was updated successfully, but these errors were encountered: