getsentry / symbolicator

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

ref: Simplify create_client #1403

Closed loewenheim closed 3 months ago

loewenheim commented 3 months ago

This removes the config parameter from create_client. The only config setting that was used in the function was connect_to_reserved_ips, and that was OR-ed with the trusted parameter, so we just do that outside the function now.

This also adds an accept_invalid_certs parameter in preparation for #1402.