Available SDKs

Core Features

All Instalog SDKs provide the following core features:

Event Logging

Track custom events with flexible parameters to understand user behavior and application usage patterns.

// Example (syntax varies by platform)
Instalog.log('button_clicked', { screen: 'HomeScreen' });

User Identification

Associate events and crashes with specific users to trace issues to individual accounts.

// Example (syntax varies by platform)
Instalog.identifyUser('[email protected]');

Crash Reporting

Automatically detect and report crashes with detailed stack traces and device information.

Feedback Collection

Collect user feedback directly within your app using our customizable feedback modal.

Getting Started

  1. Sign up for an Instalog account at instalog.dev
  2. Get your API key from the dashboard
  3. Install the SDK for your platform using the instructions in the platform-specific documentation
  4. Initialize the SDK in your application code
  5. Start logging events and collecting valuable data

Need Help?

If you encounter any issues or have questions about integrating Instalog into your application, please reach out to our support team at [email protected].