Tracking api requests? #414
Replies: 2 comments 6 replies
-
|
I'm actually working on this exact feature right now. You'll be able to generate an API key to hit our API endpoints and you'll be able to pass in page view data or custom event data. This is useful if you don't want to have a client-side tracking script or are using mobile apps. Tracking your flask app log/auth logs might be a little iffy since rybbit is designed for user analytics, not service observability. It could still work, but it's not something that rybbit is designed for at this moment. |
Beta Was this translation helpful? Give feedback.
-
|
It works very nicely, thanks! I am having some trouble with the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone, I have an api endpoint running with python/flask, and I would like to have my requests tracked by rybbit. I don't know if it even makes sense from a technical POV or a logical POV (would tracking the origin of api calls and such even be a thing done by companies?).
My assumption is that Rybbit isn't made for this exact purpose (I know it's meant for websites), but I'd like to get some more statistics that my flask app's log and my authentication framework's logs...
I'd appreciate any input!
Beta Was this translation helpful? Give feedback.
All reactions