Closed span closed 1 year ago
For some magic reason it seems to relay events now. Hopefully this can work as an example for others.
HI, I am in the same situation than you, I have a couple of questions regarding your config. Why do you use credentials? According to docs, credentials are only supported in managed mode, not in proxy or static, right? Second is, the upstream field is another relay host? I would like to know if I can define a Sentry PoP as upstream instead of the SaaS (sentry.io) one Thanks in advance
Hi!
I am not able to set up a Sentry Relay in proxy mode. I am running in AKS.
Example output log:
My configuration (excluding service) is currently as follows:
I am sending events using a
sentry-cli
container as follow:So it seems the event is sent to the Relay and a Guid is returned. If I I for example remove the port from the
SENTRY_DSN
variable, the event dispatching seems to time out so I'm pretty sure my Relay receives the event.There is nothing in the logs of the Relay however, and nothing is the Sentry issue list. It seems strange to me that I do not configure the organisation id anywhere, but instead the project id and slug.
I have not been able to find a complete example on how to configure Relay in either Static or Proxy mode.
Can you please help in providing such examples?