feat: trustProxy is now automatically inferred from the environment. It checks TRIFROST_TRUSTPROXY, falling back to SERVICE_TRUSTPROXY and TRUSTPROXY in order. This improves DX and removes the need for manual config in non-trusted environments.
# Example
TRIFROST_TRUSTPROXY=true
feat: You can now turn off requestId in tracing config by passing it as null explicitly.
Breaking
Removed explicit trustProxy option from the App constructor. Environment-based inference is now canonical. This change centralizes trust detection and reduces the chance of misconfiguration in edge or proxy-aware environments. At the same time it also allows the same App to be deployed in multiple locations without any code changes.