So yes, OnPremise is installed on a server that requires Azure AD to be accessible. Nor me, nor my colleagues could not find any relevant documentation about providing additional auth headers(especially for our stack, which would be OnPremise on the company server/PC and React Native apps).
Looking through the code we figured that we can not add any additional headers for iOS or Android:
https://github.com/getsentry/sentry-cocoa/blob/3c7ff35cc03bd05ce9d50a87b5c3162a5460a8b5/Sources/Sentry/SentryClient.m#L262
So I am correct to assume we need to open the self-hosted sentry for it to work(by removing Azure AD auth requirement)?
Also, this would mean that we would need to extend sentry functionality for our needs for our stack to allow the usage of Azure AD?