scriptUrlPattern property
A JS agent script URL pattern.
The following substrings are replaced:
- <version> — the major version of JS agent;
- <apiKey> — the public key set via the
apiKeyoption; - <loaderVersion> — the version of this package;
Implementation
external JSArray<JSString>? get scriptUrlPattern;