Configure Raven Client (swift) to add extra Header

Hello,

I want to place Sentry behind a Google Cloud Computer IAP (Identity Aware Proxy).

I am trying to understand how I could force raven clients to pass through the proxy by using an HTTP header which has the token of a service account.

For context, this is the official documentation: https://cloud.google.com/iap/docs/authentication-howto

It would need to pass a header
'Authorization': 'Bearer <TOKEN>'

Do you know if this is supported?

Currently it’s not supported, someone already opened an issue for that.

https://github.com/getsentry/sentry-swift/issues/161

You can keep track of this feature over there.