Get Started
Install Fastlog on your app in less than a minute.
Last updated
Was this helpful?
Install Fastlog on your app in less than a minute.
Last updated
Was this helpful?
To set up your monitoring, you'll need to create a new app on FastLog.
Head over to /apps and click New App.
Once that's done, install the FastLog SDK in your project using this command:
Now you'll need to initialize the FastLog SDK by calling activateFastLog at the start of your root file. This needs an app_id
and user_id
. The api_url
is your fastlog backend api url.
That's it, FastLog has been set up in your app and is now ready to catch logs.