Currently, the shopify.extension global available in Admin UI Extensions only exposes a single property - target. It would be very helpful to also have access to shopify.extension.scriptUrl and shopify.extension.version (just like in Checkout Extensions).
The main use case is integration with error tracking tools like Sentry. When initializing Sentry (or similar tools), you typically need to provide the release version and the source script URL to properly symbolicate stack traces and correlate errors with specific deployments. Right now, there’s no straightforward way to access this information from within the extension runtime, which makes it harder to set up reliable error monitoring.
Having these two additional properties would make it significantly easier to wire up production-grade observability for Admin UI Extensions - something that becomes increasingly important as merchants rely on extensions for critical workflows.
Thanks for considering!