getsentry / symbolicator

Native Symbolication as a Service
https://getsentry.github.io/symbolicator/
MIT License
358 stars 47 forks source link

chore: add log for non-ssl request upgrade #1413

Closed anonrig closed 6 months ago

anonrig commented 6 months ago

Non-ssl requests that have upgrade header will be upgraded to SSL according to specification. Let's validate if it's actually what happens.

Ref: https://github.com/getsentry/sentry/issues/66543