LoadOptions: LoaderLoadOptions & {
    scriptUrlPattern?: ScriptUrlPattern;
}

Type declaration

  • Optional scriptUrlPattern?: ScriptUrlPattern

    The pattern of the JS agent script URL. If multiple endpoints are given, the agent will try them one by one until it finds a working one. If an empty array is given, the agent will throw an error.

Generated using TypeDoc