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
DSN support: ClientOptions(dsn="https://lp_key@host[/path]") (plus parse_dsn / DsnParseError exported from the package root). Explicit api_url + api_key keep working; a malformed DSN raises at init time.
ClientOptions.service: configure the service once and call log methods with just the message — client.info("user logged in"), client.error("boom", exc). The legacy (service, message) form keeps working.
Every entry now carries metadata.sdk = {"name": "logtide-python", "version": ...} (caller-provided sdk key wins).
Fixed
logtide_sdk.__version__ was stale (0.9.1); version now has a single runtime source.