Under the hood
Useful1 Signal1
Policy limit fetch events now record how you authenticated and why the server said no.
What's wrong with this entry?
Anonymous. No account, no email.
What
The tengu_policy_limits_fetch event now records how the request was authenticated and why the server rejected it.
Details
- Added:
has_custom_base_url,has_auth_token,has_api_key_helper,api_key_prefix. - Added
server_error_typeandserver_error_codefrom the response body, collapsed tootherunless on a fixed allow-list such asrate_limit_errororip_not_in_allowed_range.
Evidence
server_error_type
Strings lifted out of the shipped bundle, so the claim above can be checked against them.