You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Send envelopes to the envelope endpoint (getsentry#730)
Add Auth.get_api_url and keep Auth.store_api_url, with a deprecation notice.
While we don't consider Auth to be part of the public API, the contract is not
very clear. Auth.store_api_url is kept to prevent unnecessarily breaking
downstream uses.
Since we don't have any existing use of Python's DeprecationWarning, nor
any other system in place to communicate deprecation, we start with just
a note in the docstring.
Co-authored-by: Markus Unterwaditzer <markus@unterwaditzer.net>
Co-authored-by: Rodolfo Carvalho <rodolfo.carvalho@sentry.io>
0 commit comments