bucketeer-io / bucketeer

Feature Flag Management and A/B Testing platform

Home Page:https://bucketeer.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chore: add new metrics events to handle unknown errors

cre8ivejp opened this issue · comments

Currently, the iOS SDK 2.1.1 is reporting Unknown errors.
I checked the Load Balancer metrics, and I found that some response codes were not implemented in the SDKs.
So, I will add those metrics to the server for better observability.

  • 3xx - Redirection
  • 408 - Timeout
  • 413 - Payload too large

Screenshot 2024-02-05 at 12 12 39 PM

TODO

  • Server
  • Android
  • iOS
  • Javascript
  • Go @kakcy
  • Node-js