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
I noticed that when disable_spend_updates: True is set, the system raises "User API key and team id and user id missing from custom callback." error. Since the purpose of disable_spend_updates is to disable spend tracking, I'm wondering if this error is intentional or if it should be handled differently.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that when
disable_spend_updates
: True is set, the system raises "User API key and team id and user id missing from custom callback." error. Since the purpose of disable_spend_updates is to disable spend tracking, I'm wondering if this error is intentional or if it should be handled differently.Current Behavior
When
disable_spend_updates
: True:_should_track_cost_callback()
(code) returns False_PROXY_track_cost_callback()
raises an exception instead of silently skipping (code)Thank you:)
Beta Was this translation helpful? Give feedback.
All reactions